{% extends "hyperkitty/user_profile/base.html" %} {% load i18n %} {% load hk_generic %} {% load pagination %} {% block user_profile_content %} {% if votes %}
{{ vote.email.mailinglist.name }} |
{{ vote.email.subject }}
{% trans "Original author:" %} {{ vote.email.sender_name|default:vote.email.sender.address }} {% trans "Started on:" %} {{ vote.email.date|date:"D, j M Y H:i" }} |
{% trans "List" %} | {% trans "Subject" %} | {% trans "Original author" %} | {% trans "Start date" %} | {% trans "Vote" %} |
---|---|---|---|---|
{{ vote.email.mailinglist.name }} | {{ vote.email.subject }} | {{ vote.email.sender_name|default:vote.email.sender.address }} | {{ vote.email.date|date:"l, j F Y H:i:s" }} |
{% trans "No vote yet." %}
{% endif %} {% endblock %}