{% load i18n el_pagination_tags %} {% if localized_template_contents %}
{% paginate 10 localized_template_contents %} {% show_pages %}
{% 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 %}