{% block sidebar_content %}
{% if announcements %}
{% for announcement in announcements %}
{% include "staticpages/_body.html" with page=announcement %}
{% endfor %}
{% endif %}
{% endblock %}
{% endif %}
{% if user.is_superuser %}
{% blocktrans trimmed with docs_url="server/rq.html"|docs_url %}
Stats are out of date.
See documentation
for dealing with stats issues.
{% endblocktrans %}
{% else %}
{% trans "The stats on this page may be out of date." %}
{% endif %}
{% trans "Refresh now" %}×
{% endblock %}
{% block content %}
{% if project and project.disabled %}
{% trans "This project is disabled and visible to administrators only." %}