{% extends "base_view.html" %} {% load bird_tags %} {% block title %} meliza-lab : location summary {% endblock %} {% block content %}

Location Summary


{% for location, age_groups in location_list %}

{{ location }}

{% endfor %} {% endblock %}