{% extends "admin/change_form.html" %}
{% load i18n %}
{% block extrahead %}{{ block.super }}
{% endblock extrahead %}
{% block after_field_sets %}{{ block.super }}
{% if original %}
{% trans "View submissions" %}
{{ _('View votes') }}
{% endif %}
{% endblock %}