{% extends 'votebase/base.html' %} {% load i18n voter_extras utils_extras %} {% block title %}{{ survey.title }}{% endblock %} {% block content_title %} {% trans 'Back' %}{{ survey.title }} {% endblock %} {% block content_title_extra %}{% include 'surveys/helpers/advanced.html' with active='statistics' %}{% endblock %} {% block subtitle %}{% trans 'Voters' %}{% endblock %} {% block subtitle_extra %}{% include 'surveys/helpers/tabs.html' with survey=survey %}{% endblock %} {% block content %}
{{ pagination.page.number|subtract:"1"|multiply:"-1"|multiply:pagination.page.paginator.per_page|add:pagination.total_count|subtract:forloop.counter|add:"1"|stringformat:"d" }}. |
{% if voter.user %}
{{ voter.user.get_profile.get_full_name|truncatechars:190 }}
{% else %}
{% trans 'Anonymous' %}
{% endif %}
{% if voter.flag %} {{ voter.flag }}{% endif %} |
{% if survey_is_quiz %}
{{ voter.quiz_result }}% | {% endif %}{{ voter.created }} | {#{{ voter.get_nice_voting_duration }} | #}{{ voter.voting_duration|niceseconds }} | {% trans 'Edit' %} {% trans 'Show answers' %} {% trans 'Delete' %} |