{% extends base %} {% from 'macro.html' import breadcrumbs, paginator with context %} {% block content %}
{{- breadcrumbs([[url_for('admin_index.index'), _('Administration')]]) }}

{{ page_title }}

{%- for vote in votes %}{% endfor -%} {% if current_user.is_superuser %} {% endif %}
  Рассказ {{ _('Username') }} Оценка IP Дата
{{ vote.story.title|truncate(32) }} {{- vote.author.username -}} {{ vote.vote_value }} {{ vote.ip|truncate(20) }}
{% for k, v in args.items() if k not in ['story_id', 'username', 'ip', 'revoked', 'page'] %} {%- endfor %}



{{ paginator(page_obj) }} {{- breadcrumbs([[url_for('admin_index.index'), _('Administration')]]) }}
{% endblock %}