{% extends "config/base_config.html" %} {% load i18n %} {% block title %}{{ block.super }} – {% trans "Configuration" %}{% endblock %} {% block content %}

{% trans "VoteCollector settings" %}

{% csrf_token %} {% trans "VoteCollector status" %}: {{ votecollector_status }} {% if votecollector_message %}
{{ votecollector_message }}
{% endif %} {{ form.as_p }}

{% endblock %}