{% extends 'events/display/conference/base.html' %} {% block title %} {# The title of a user-generated page isn't translated, localized title is not needed #} {{ page.menu_entry.title }} {% endblock %} {% block page_actions %} {% if event.can_manage(session.user) %}
{% endif %} {% endblock %} {% block content %} {{ page.html|sanitize_html }} {% endblock %}