{% extends 'heliosinstitution/templates/dashboard.html' %} {% load i18n %} {% load staticfiles %} {% block subcontent %} {% if institution.recently_cast_votes %} {% include "heliosinstitution/templates/stats_recent_votes.html" %} {% endif %} {% if institution.elections %} {% include "heliosinstitution/templates/stats_elections.html" %} {% endif %}

{{num_votes_in_queue}} {% trans "votes in queue." %} {% if num_votes_in_queue %}[{% trans "force it" %}]{% endif %}

{% endblock subcontent %}