{% extends "base_template.html" %} {% block title %}Events{% endblock %} {% block content %}
Manage events and their kinds.
|
{% if e.image %}
|
{{ e.title }}
{% if not e.published %}draft{% endif %}
{% if e.starts_at %}{{ e.starts_at.strftime('%Y-%m-%d %H:%M') }}{% endif %}
{% if e.room %} · {{ e.room }}{% endif %}
{% if e.speaker %} · {{ e.speaker }}{% endif %}
|
Edit |