{% extends "admin/layout.html" %} {% block title %}{{ _("Dashboard") }}{% endblock %} {% block contents %}

{{ _("Dashboard") }}

{% trans user=request.user.display_name|e -%} Howdy. Welcome to the Zine administration interface, {{ user }}. {%- endtrans %} {% trans -%} You have written {{ your_posts }} post so far. {%- pluralize -%} You have written {{ your_posts }} posts so far. {%- endtrans %}

{{ _('Quickstart') }}

{% trans help=url_for('admin/help'), support='http://zine.pocoo.org/support/', website='http://zine.pocoo.org/' %} If you need help, have a look at the documentation. If that doesn't solve your problems you might find answers in the support section of the Zine website. {% endtrans %}

{% if show_reddit %}

{{ _('Zine at Reddit') }}

{% trans reddit='reddit' %} Zine is present at {{ reddit }}. The latest popular items in the Zine subreddit are listed below: {% endtrans %}

{% endif %}
{% endblock %}