{% extends "base.html" %} {% load events_tags %} {% block title %}Tonight - {{ block.super }}{% endblock %} {% block main_content %}
What is going on tonight?
{% if user.is_authenticated %} {{ event_form.description.errors }}going?
No Event Submitted Yet
{% endif %}going?
{% endif %} {% regroup events by start_date.hour as events_by_hour %} {% for hour in events_by_hour %} {% with hour.list.0.start_date as start %} {% if start %}{{ start|time:_("gA") }}
{% else %}Other
{% endif %} {% endwith %} {% for event in hour.list %} {% event event counter.get_int %} {% endfor %} {% endfor %} {% else %}There are no events listed.
{% endif %} {% if user.is_authenticated and not following %}It appears that you have not listed any friends yet. This site will be much more interesting if you add some friends!
{% endif %} {% endblock %}