{% extends "projects/project_edit_base.html" %} {% load blocktrans trans from i18n %} {% load as_crispy_field crispy from crispy_forms_tags %} {% block title %} {{ project.name }} - {% trans "Addons" %} {% endblock title %} {% block project_addons_active %} active {% endblock project_addons_active %} {% block project_edit_content_header %} {% trans "Addons" %} {% endblock project_edit_content_header %} {% block project_edit_sidebar_help_topics %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/addons.html" text="Addons documentation" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://about.readthedocs.com/blog/2024/04/enable-beta-addons/" text="Blog post: Empower your documentation with addons" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://blog.readthedocs.com/addons-flyout-menu-beta/" text="Blog post: Addons flyout menu beta" is_external=True class="item" %} {% endblock project_edit_sidebar_help_topics %} {% block project_edit_content %}
{% endblock project_edit_content %}