{% extends "billy/base.html" %} {% load url from future %} {% load humanize %} {% load billy_utiltags %} {% block title %} {{metadata.display_name}} Events {% endblock %} {% block content %}

{{ metadata.display_name }} Events

Only the first 20 events showing...

{% for event, event_id in events %} {% include 'billy/events_table_row.html' %} {% endfor %}
{% endblock %}