{% extends "cranefly/layout.html" %} {% load i18n %} {% load url from future %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=(_("Post #%(post)s Votes") % {'post': post.pk}),parent=thread.name) }}{% endblock %} {% block breadcrumb %}{{ super() }} / {% for parent in parents %}
{% trans %}Votes List{% endtrans %} | |||
---|---|---|---|
{% if vote %} {{ vote_details(vote) }} {% else %} {% endif %} | {% endfor %}
{% trans %}Nobody has upvoted this post.{% endtrans %}
{% endif %}{% trans %}Votes List{% endtrans %} | |||
---|---|---|---|
{% if vote %} {{ vote_details(vote) }} {% else %} {% endif %} | {% endfor %}
{% trans %}Nobody has downvoted this post.{% endtrans %}
{% endif %} {% endblock %} {% macro vote_details(vote) %}