{% load menus %} {% load i18n %} {% get_current_language as current_lang %}
- Class: {{page_model.class}}
- Module: {{page_model.module}}
- Identifier: {{page.pk}}
- Permalink: {{page.permalink}}
- Language: {{current_lang}}
{% endblock %}
{% block content %}
{% endblock %}