{% extends "admin/base.html" %} {% block admin_content %}
Time | User | Chosen Model | Rejected Model | Text |
---|---|---|---|---|
{{ vote.vote_date.strftime('%Y-%m-%d %H:%M') }} | {% if vote.user %} {{ vote.user.username }} {% else %} Anonymous {% endif %} | {{ vote.chosen.name }} | {{ vote.rejected.name }} |
{{ vote.text }}
|
Time | User | Chosen Model | Rejected Model | Text Preview |
---|---|---|---|---|
{{ vote.vote_date.strftime('%Y-%m-%d %H:%M') }} | {% if vote.user %} {{ vote.user.username }} {% else %} Anonymous {% endif %} | {{ vote.chosen.name }} | {{ vote.rejected.name }} |
{{ vote.text }}
|