{% extends "zinnia/base.html" %} {% load i18n zinnia_tags mptt_tags %} {% block title %}{% trans "Sitemap" %}{% endblock %} {% block body-class %}sitemap{% endblock %} {% block content %}

{% trans "Sitemap" %}

{% trans "Entries per categories" %}

{% for category in categories %}

{{ category }}

{% endfor %}

{% trans "All the entries" %}

{% trans "Categories" %}

{% for category, structure in categories|tree_info %} {% if structure.new_level %}{% endfor %} {% empty %} {% endfor %}

{% trans "Monthly archives" %}

{% get_archives_entries %}
{% endblock %}