{% block sidebar_content %}
{% if announcements %}
{% for announcement in announcements %}
{% include "staticpages/_body.html" with page=announcement %}
{% endfor %}
{% endif %}
{% endblock %}
{% endif %}
{% endblock %}
{% block content %}
{% if project and project.disabled %}
{% trans "This project is disabled and visible to administrators only." %}
{% endif %}
{% blocktrans trimmed %}
Some data on this page is currently being calculated, and the page will be
refreshed automatically in 30 seconds.
{% endblocktrans %}
{% trans "Refresh now" %}