{{ bootstrap.load_css() }}
Toggle theme
Light
Dark
Auto
{% if not debug_mode %}{{ g.site.name }}{% endif %}
{% if current_user.is_anonymous %}
{{ _('Log in') }}
{{ _('Register') }}
{{ _('Donate') }}
{% else %}
{{ _('Communities') }}
{{ _('All communities') }}
{% if moderating_communities %}
{{ _('Moderating') }}
{% for mc in moderating_communities %}
{{ mc.title }}
({{ mc.ap_domain }})
{% endfor %} {% endif %} {% if joined_communities %}
{{ _('Joined communities') }}
{% for jc in joined_communities %}
{{ jc.title }}
({{ jc.ap_domain }})
{% endfor %} {% endif %}
{{ _('Account') }}
{{ _('View profile') }}
{{ _('Edit profile & settings') }}
{{ _('Chats') }}
{{ _('Bookmarks') }}
{{ _('Activity Alerts') }}
{% if current_user.hide_read_posts %}
{{ _('Read Posts') }}
{% endif %}
{{ _('Donate') }}
{% if user_access('change instance settings', current_user.id) %}
{{ _('Admin') }}
{{ _('Site profile') }}
{{ _('Misc settings') }}
{{ _('Communities') }}
{{ _('Topics') }}
{{ _('Users') }}
{{ _('Monitoring - users') }}
{{ _('Monitoring - content') }}
{{ _('Monitoring - spammy content') }}
{{ _('Deleted content') }}
{% if g.site.registration_mode == 'RequireApplication' %}
{{ _('Registration applications') }}
{% endif %}
{{ _('Moderation') }}
{{ _('Federation') }}
{{ _('Instances') }}
{{ _('Newsletter') }}
{{ _('Activities') }}
{{ _('Permissions') }}
{% if debug_mode %}
{{ _('Dev Tools') }}
{% endif %}
{% endif %}
{{ _('Inbox') }}
{{ _('Log out') }}
{% endif %}
{% block app_content %}{% endblock %}
{{ bootstrap.load_js() }} {% if debug_mode %} {% endif %}