{% extends 'events/base.html' %} {% load events_tags %} {% load uni_form %} {% block extra_head %} {% endblock %} {% block body %}
{% if for_instance %}
These are the events for {{obj}}.
{% endif %}
{% if is_me %}
These are your events.
{% endif %}
{% if all %}
These are the upcoming events for everyone on the site.
You can also Browse the archive
{% endif %}
{% if you_watch %}
These are the events that you watch.
{% endif %}
{% if archive %}
These are the events in the past. See upcoming events
{% endif %}