{% extends "portal/portal_base.html" %} {% block script %} {{ block.super }} {% endblock %} {% block content %}

The Gig List



{% load maps %} {% map gig_list %}

{% for gig in gig_list %} {% include "portal/gig_row.html" %} {% endfor %}
DateVenue NameBandsGig NameCostAddress
{% endblock %} {% block right-bar %} Right stuff. {% include "search/search_form.html" %} {% endblock %}