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

{% trans "You are participating" %}

{% blocktrans with date=event.start timezone=event.start|date:"e" %}In the event happening at {{ date }} ({{ timezone }}){% endblocktrans %}

{% trans "Invite people to join this event by email" %} {% trans "Invite people to join the event on Facebook" %}
{% endblock content %}