{% extends "/base.html" %} {% set active_page = "admin" %} {% set active_link = "admin" %} {% import "account/_helpers.html" as helper %} {% block content %} {{ helper.render_account_local_nav(current_user, active_link) }}

{{ _('Admin Site') }}

{{_('Dashboard')}}

{{_('Internal Statistics')}}

{{ _('Go') }}

{{_('Background Jobs')}}

{{_('Monitor the background jobs')}}

{{ _('Manage') }}

{{_('Categories')}}

{{_('Manage project categories')}}

{{ _('Manage') }}

{{_('Administrators')}}

{{_('Manage administrators')}}

{{ _('Manage') }}

{{_('Users')}}

{{_('Export a list of users')}}

{{ _('JSON') }} {{ _('CSV') }}
{% endblock %}