{% extends "conjunto/app_base.html" %} {% load i18n %} {% block page_title %}{% blocktranslate with title=page.title %}Edit page: {{ title }}{% endblocktranslate %}{% endblock %} {% block page_actions %} {% translate "Add block" %} {% endblock %} {% block content %} {% comment %} One tab per project language. A slug is the page's identity; each language is a separate row with its own blocks, so switching tabs switches the whole block list. A language without a row is shown disabled rather than hidden — a missing translation is information the editor needs, and pages are created in the admin. {% endcomment %} {% if language_tabs|length > 1 %}
{% endif %} {% include "conjunto/cms/editor/_block_list.html" %} {% endblock %}