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

LISTA DE EDIFICIOS DE {{ calle.nombre }}

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