• {{ _('Content') }}
  • {{ _('Appearance') }}
  • {{ _('Extensions') }}
  • {{ _('Configuration') }}
      {% for section in h.ap_get_config_sections() %} {% set accordion_id = "accordion-" + h.ap_munge_string(section.name) %} {% set with_subitems = section.configs | length > 1 %} {% set conf_url = '#' if with_subitems else h.url_for(section.configs[0].blueprint) %}
    • {{ section.name }} {% if with_subitems %}
        {% for config in section.configs %}
      • {{ config.name }}
      • {% endfor %}
      {% endif %}
    • {% endfor %}
  • {{ _('Users') }}
  • {{ _('Reports') }}
  • {{ _('Help') }}