{% extends "projects/project_edit_base.html" %} {% load trans from i18n %} {% block title %} {{ project.name }} - {% trans "Domains" %} {% endblock title %} {% block project_domains_active %} active {% endblock project_domains_active %} {% block project_edit_content_header %} {% trans "Domains" %} {% endblock project_edit_content_header %} {% block project_edit_content %} {% comment %} Conditionally show this block if feature is enabled for organization. The ``enabled`` variable comes from the view. If the feature is enabled the top menu child blocks below will show. Otherwise overriding the ``top_menu`` block causes these blocks to not render. {% endcomment %} {% if not enabled %} {% include "organizations/includes/feature_disabled.html" with project=project plan="Advanced" %} {% endif %}