{% extends "votecollector/base_votecollector.html" %} {% load i18n %} {% block title %}{{ block.super }} – {% trans "Status" %}{% endblock %} {% block content %}
{{ votecollector_status }}
{% if votecollector_message %}({{ votecollector_message }}){% endif %}
{% endblock %}