{{ lecture.title }}

{{ locale.format_date(lecture.created_at, full_format=True, shorter=True) }}
{% raw lecture.description %}
{% if current_user %}
{{ _("Edit this lecture") }}
{% end %}