{% extends request.is_appadmin|yesno:"app_admin/base.html,app_kit/base.html" %} {% load i18n static %} {% block extra_style %} {% endblock %} {% block header %}

{{ app.name }}

{% endblock %} {% block content %}

{{ app.name }} {% trans 'TemplateContent' %}


{% block subcontent %}

{% trans 'Pages' %}

{% if localized_template_contents %}
{% for localized_template_content in localized_template_contents %} {% with template_content=localized_template_content.template_content %}
{% include 'template_content/template_content_list_entry.html' %}
{% endwith %} {% endfor %}
{% else %} {% trans 'You do not have any online pages for this app yet.' %} {% endif %}
{% endblock %}
{% endblock %} {% block extra_script %}{% endblock %}