{% extends "plantilla.html" %} {% block title %} GlodenStreets Listar Calles {% endblock %} {% block content %}

LISTA DE CALLES DE {{ juego.nombre }}

{% if calles %} {% for calle in calles %} {% if admin %} {% endif %} {% endfor %} {% else %} {% endif %}
Identificador Nombre Opciones
{{ calle.id }} {{ calle.nombre }} {% if not juego.estaCerrado %} [Borrar] {% else %} -- {% endif %}
No hay calles.
{% if admin %} {% if not juego.estaCerrado %} {% endif %} {% endif %}
Crear Calle
Atras {% endblock %}