{% extends 'backoffice/base.html' %} {% load bootstrap4 %} {% load i18n %} {% block title %} {{ event.name }} | {{ assembly.name }} | {{ conference.name }} {% endblock %} {% block content %} {% include "backoffice/assembly_edit_header.html" %}
{% csrf_token %}
{% if event.id or event.slug %}{% if event.id %}ID: {{ event.id }}{% endif %}
{% if event.slug %}{% trans 'Event__slug' %}: {{ event.slug }}{% endif %}
{% endif %} {% trans 'Event' %} "{{ event.name }}"
{% bootstrap_form form %}
{% if can_manage %}
{% trans 'Event__remove' %}

{% trans 'Event__remove__introduction' %}

{% csrf_token %}
{% endif %} {% endblock %}