{% extends 'base.html' %} {% block title %}Kiosk locations{% endblock %} {% block content %}

Kiosk locations

{% for location in locations %}

{{ location.name }}

{% endfor %} {% endblock %}