{% extends "cranefly/layout.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_("Poll Participants"),parent=thread.name) }}{% endblock %} {% block breadcrumb %}{{ super() }} {{ macros.parents_list(parents) }}
{% if vote %} {{ vote_details(vote) }} {% else %} {% endif %} | {% endfor %}
{% trans %}Nobody voted for this option.{% endtrans %}
{% endif %}