{% extends "orga/base.html" %} {% load i18n %} {% block content %}
{{ timeline.EVENT.name }}
  • {% trans "Provide a point of contact for the speakers" %}
  • {% trans "Enjoy the event!" %}
{{ timeline.WRAPUP.name }}
  • {% trans "Monitor incoming feedback" %}
  • {% trans "Embed talk recordings if available" %}
  • {% trans "Release next event date?" %}
{% for tile in tiles %} <{% if tile.url %}a href="{{ tile.url }}"{% else %}div{% endif %} class="dashboard-block">

{{ tile.large }}

{{ tile.small }}
{% endfor %}
{% if history %}
{% trans "Last actions" %}
{% endif %} {% endblock %}