{% load django_tables2 i18n %}

{% trans "Total votes in ballot box" %}

{% trans "Number of votes in ballot box" %}:
{{total_votes}}
{% render_table table %}