{% extends 'base.html' %} {% block header %}

{% block title %}UPR Queue{% endblock %}

{% endblock %} {% block content %}


{% for station in stations %} {{ "{} ({})".format(station['nombre_empleado'],station['oficina']) }}
{% endfor %}
{% endblock %}