• {% trans "Apps" %}
    • {% trans '1. Admin' %}

        {% if USER_IS_SUPERUSER %}
      • {% trans 'Admin Backend' %}
      • {% trans 'Reports' %}
      • {% trans 'App List' %}
      • {% endif %}
      • {% trans 'Dashboard' %}
        {% if USER_IS_SUPERUSER %}
      • {% trans 'Site Settings' %}
      • {% trans 'Full Settings' %}
      • {% trans 'Database Export' %}
      • {% trans 'Theme Editor' %}
      • {% endif %}

      {% trans '2. Content' %}

        {% if USER_IS_SUPERUSER %} {% if MODULE_PAGES_ENABLED %}
      • {% firstof MODULE_PAGES_LABEL_PLURAL trans "Pages" %}
      • {% endif %} {% if MODULE_STORIES_ENABLED %}
      • {% firstof MODULE_STORIES_LABEL_PLURAL trans "Stories" %}
      • {% endif %} {% endif %} {% if MODULE_NEWS_ENABLED %}
      • {% firstof MODULE_NEWS_LABEL_PLURAL trans "News" %}
      • {% endif %} {% if MODULE_ARTICLES_ENABLED %}
      • {% firstof MODULE_ARTICLES_LABEL_PLURAL trans "Articles" %}
      • {% endif %} {% if MODULE_FORMS_ENABLED and USER_IS_SUPERUSER %}
      • {% firstof MODULE_FORMS_LABEL trans "Forms" %}
      • {% endif %} {% if MODULE_FILES_ENABLED %}
      • {% firstof MODULE_FILES_LABEL trans "Files" %}
      • {% endif %}
        {% if MODULE_DIRECTORIES_ENABLED %}
      • {% firstof MODULE_DIRECTORIES_LABEL_PLURAL trans "Directories" %}
      • {% endif %} {% if MODULE_JOBS_ENABLED %}
      • {% firstof MODULE_JOBS_LABEL_PLURAL trans "Jobs" %}
      • {% endif %} {% if MODULE_RESUMES_ENABLED %}
      • {% firstof MODULE_RESUMES_LABEL trans "Resumes" %}
      • {% endif %} {% if MODULE_HELP_FILES_ENABLED %}
      • {% firstof MODULE_HELP_FILES_LABEL_PLURAL trans "Help Files" %}
      • {% endif %} {% if MODULE_TESTIMONIALS_ENABLED and USER_IS_SUPERUSER %}
      • {% firstof MODULE_TESTIMONIALS_LABEL_PLURAL trans "Testimonials" %}
      • {% endif %}

      {% trans '3. Events' %}

      {% if MODULE_EVENTS_ENABLED %}
      • {% trans 'Calendar' %}
      • {% trans 'Events List' %}
        {% if USER_IS_SUPERUSER %}
      • {% trans 'Reports' %}
      • {% endif %} {% if MODULE_SPEAKERS_ENABLED %}
      • {% trans 'Speakers' %}
      • {% endif %}
      {% endif %}

      {% trans '4. Member Engagement' %}

        {% if MODULE_PHOTOS_ENABLED %}
      • {% trans 'Photo Album' %}
      • {% endif %} {% if MODULE_VIDEOS_ENABLED %}
      • {% trans 'Video' %}
      • {% endif %} {% if MODULE_NEWSLETTERS_ENABLED and USER_IS_SUPERUSER %}
      • {% trans 'Newsletters' %}
      • {% endif %}
        {% if MODULE_FORUMS_ENABLED and USER_IS_SUPERUSER %}
      • {% trans 'Announcements' %}
      • {% endif %} {% if MODULE_FORUMS_ENABLED %}
      • {% trans 'Forums' %}
      • {% endif %}

      {% trans '5. Organization' %}

        {% if MODULE_STAFF_ENABLED and USER_IS_SUPERUSER %}
      • {% trans 'Staff' %}
      • {% endif %}
      • {% trans 'Study Groups' %}
        {% if USER_IS_SUPERUSER %}
      • {% trans 'Entities' %}
      • {% endif %} {% if MODULE_COMMITTEES_ENABLED %}
      • {% trans 'Committees' %}
      • {% endif %}
      {% if USER_IS_SUPERUSER %}

      {% trans '6. Financial' %}

        {% if MODULE_INVOICES_ENABLED %}
      • {% trans 'Invoices' %}
      • {% endif %}
      • {% trans 'Invoicing Reports' %}
        {% if MODULE_DISCOUNTS_ENABLED %}
      • {% trans 'Discounts' %}
      • {% endif %} {% if MODULE_DONATIONS_ENABLED %}
      • {% trans 'Donations' %}
      • {% endif %}
      {% endif %} {% if USER_IS_SUPERUSER %}

      {% trans '7. Layout' %}

      • {% trans 'Theme Editor' %}
      • {% trans 'Navigation' %}
      • {% trans 'Boxes' %}
      • {% trans 'Redirects' %}
      {% endif %}