{% extends "layout.html" %} {% from "macros.html" import render_form %} {% block title %}Statements{% endblock %} {% block additional_js %} {% endblock %} {% block content %} {% for statements, event in meta %}
Speaker for {{ event.name }} | {% if mode == "all" or mode == "past" %}Time | {% endif %}|
---|---|---|
{{ speaker.name }} | {% if mode == "all" %}{{ statement.insertion_time.strftime("%d. %B %Y, %H:%M") }} | {% elif mode == "past" %}{{ statement.execution_time.strftime("%d. %B %Y, %H:%M") }} | {% endif %}
{{ speaker.name }} |