{% extends "base.html" %} {% load i18n static %} {% block title %}{{ event.name }} {{ block.super }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if guest %} Greetings, {{ guest.name }}! {% else %} Greetings, admin {{ request.user.username }}! Edit this event {% endif %}
You are invited to the following event. Please RSVP below!
Event: | {{ event.name }} |
{% if event.host2_name %}Hosts:{% else %}Host:{% endif %} | {% if event.host1_email %}{% endif %}{{ event.host1_name }}{% if event.host1_email %}{% endif %} {% if event.host2_name %}and {% if event.host2_email %}{% endif %}{{ event.host2_name }}{% if event.host2_email %}{% endif %}{% endif %} |
When: | {{ date_display }} |
Where: |
{{ event.location_name }} {{ event.location_address }} |
Details: | {{ event.details|safe }} |