{% load i18n %}
{% if event.pk %}

{% trans "Editing" %} {{ event.title }}

{% else %}

{% trans "New" context "masc" %} {% trans "event" %}

{% trans "Thank you for submitting an event to our platform. Upon clicking on “Add”, the event will immediately show up on the platform but will be later moderated by one of the platform moderators. This step is simply to check for spam or inappropriate uses of the platform." %}
{% endif %}