{% load i18n crispy_forms_tags %}

{% if modal_title %} {{ modal_title }} {% else %} {% trans "Add event" %} {% endif %} — {{ calendar.name }}

{% if can_edit %} {% crispy form %} {% else %}
{% crispy form %}
{% endif %}
{% if can_edit %}
{% if event_pk %} {% endif %}
{% endif %}