{% extends "base.html" %} {% block body %}
{{_('Voter')}} {{_('Proxy')}}
{{_('Granted Proxies')}}
{%- if proxies %} {%- for row in proxies %} {%- endfor %} {%- endif %}
{{_('Voter')}} {{_('Proxy')}}
{{row.voter_email}} {{row.proxy_email}}
{%- endblock %}