{% extends "gstudio/base.html" %} {% load i18n gstudio_tags mptt_tags %} {% block title %}{% trans "Sitemap" %}{% endblock %} {% block content %}

{% trans "Sitemap" %}

{% trans "Nodetypes per metatypes" %}

{% for metatype in metatypes %}

{{ metatype }}

{% endfor %}

{% trans "All the nodetypes" %}

{% trans "Metatypes" %}

{% for metatype, structure in metatypes|tree_info %} {% if structure.new_level %}{% endfor %} {% empty %} {% endfor %}

{% trans "Monthly archives" %}

{% get_archives_nodetypes %}
{% endblock %}