{% extends "admin_profile_base.html" %} {% load i18n baseurl locale %} {% block body_id %}admindashboard{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block section_body %}

{% trans "Server Statistics" %}

{% trans "Submissions" %}{{ server_stats.submission_count }}
{% trans "Pending suggestions" %}{{ server_stats.pending_count }}
{% trans "Users" %}{{ server_stats.user_count }}
{% trans "More..." %}

{% trans "Support" %}

{% trans "Pootle is developed by Translate.org.za and a community of passionate localization experts. We want Pootle to help your localization work reach its full potential." %}

{% trans "You will find the following helpful for support:" %}

{% trans "Dependency Checks" %}

{% if optional %}

{% trans "Optional" %}

{% endif %} {% if optimal %}

{% trans "Optimizations" %}

{% endif %}
{% include "admin/rss_widget.html" %} {% endblock %}