{% if ballots %} {% if show_target %} {% endif %} {% for ballot in ballots %} {% if show_target %} {% endif %} {% endfor %}
TargetEvent target User Votes Created at
{{ ballot.target_type.label }} {{ ballot.target_display_str|default:"Unknown" }} {% if ballot.event_target_url %} {{ ballot.filename }} {% else %} - {% endif %} {% if ballot.realmuser_username %} {% if perms.realms.view_realmuser %} {{ ballot.realmuser_username }} {% else %} {{ ballot.realmuser_username }} {% endif %} {% else %} {{ ballot.user_uid }} {% endif %} {{ ballot.created_at }}
{% if search_ballots_link %}

Search all target ballots

{% endif %} {% endif %}