{% extends "admin/base.html" %} {% load i18n locale notification_tags %} {% block extra_head %} {% endblock %} {% 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" %}

{% trans 'Latest News' %}

{% render_latest_news '' 10 %}

{% trans 'Subscribe to the RSS feed.' %}

{% endblock %}