{% extends "base.html" %} {% load i18n %} {% block body %}form{% endblock body %} {% block content %}

{% trans "Thank you for hosting an Event!" %}

{% 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" %}

{% trans "Invite people by email" %} {% trans "Invite people on Facebook" %}
{% endblock content %}