{% extends "plantilla.html" %} {% block title %} GlodenStreets Mostrar Calle {% endblock %} {% block content %}

MOSTRAR CALLE {{ calle.id }}

{% if calle %} {% else %} {% endif %}
Nombre
{{ calle.nombre }}
Latitud
{{ calle.position.y }}
Longitud
{{ calle.position.x }}
Precio
{{ calle.precio }}(Euros)
No existe la calle.
{% if calle %} {% if admin %} {% if not juego.estaCerrado %} {% endif %} {% endif %} {% endif %}
Modificar CalleListar Edificios
Atras {% endblock %}