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

{% trans "Sitemap" %}

{% trans "Gbobjects per objecttypes" %}

{% for Objecttype in objecttypes %}

{{ Objecttype }}

{% endfor %}

{% trans "All the gbobjects" %}

{% trans "Objecttypes" %}

{% for Objecttype, structure in objecttypes|tree_info %} {% if structure.new_level %}{% endfor %} {% empty %} {% endfor %}

{% trans "Monthly archives" %}

{% get_archives_gbobjects %}
{% endblock %}