{% extends 'events/base.html' %} {% load events_tags %} {% load uni_form %} {% block extra_head %} {% endblock %} {% block body %}
{{search_form|as_uni_form}}

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

{% for event in object_list %} {% show_event event request.user 15 %} {% endfor %}
{% endblock %} {% block extra_body %} {% endblock %}