{% extends "base.html" %} {% load i18n %} {% block body %}form{% endblock body %} {% block content %}
{% blocktrans with date=event.start timezone=event.start|date:"e" %}Your Event at {{ date }} ({{ timezone }}) was created.{% endblocktrans %}
{% trans "We have sent a confirmation email with detailed instructions on how to host an Event to the adress you just provided" %}