{% extends "base.html" %} {% block title %}{{ event.title }}{% endblock %} {% block content %} {% if is_locked %}
It is not possible to respond to this event.
{% else %}

Hello {{ rsvp.name }} {% if rsvp.allow_bring_guests %} Allowed to bring guests {% endif %}

Previous Next
Not coming Back to event
{% endif %} {% endblock %} {% block scripts %} {% load static %} {% endblock %}