{% load i18n django_tables2 %}

{% trans 'Electoral roll' %}

{% if object.pdf_document.document %}
{% trans 'Download PDF' %}
{% endif %}

{% trans "Version" %}: {{object.version}}
{% trans "Publication date" %}: {% if object.published_on %}{{object.published_on}}{% else %}{% trans 'Not published yet' %}{% endif %}

{{filter.form.search}}

{% render_table table %}