{% 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') }}

{{_('Latest news from PyBossa')}}

    {% for new in news %}
  • {{new.updated[0:10]}} {% if 'github' in new.links[0].href %} {{_('New PyBossa version')}} {% else %} {{_('New SciFabric Blog Post')}} {% endif %}{{new.title}}
  • {% endfor %}
{% endblock %}