{% extends "layout/backend.j2" %} {% block content %}
| Description | {{ ballot.description }} |
|---|---|
| Start | {{ ballot.start_at }} |
| End | {{ ballot.end_at }} |
| Te gaan | 00:00:00 |
| User | {{ ballot.user.name }} |
| Priority | {{ ballot.priority.name }} |
{{ question.description }}
{% endif %}