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

MOSTRAR EQUIPO {{ equipo.id }}

{% if equipo %} {% if calles %} {% for calle in calles %} {% endfor %} {% else %} {% endif %} {% else %} {% endif %}
Nombre
{{ equipo.grupo.name }}
Calles
{{ calle.nombre }} - {{ calle.precio}}(Euros)
No tiene calles.
No existe el equipo.
{% if equipo %} {% if admin %} {% if not juego.estaCerrado %} {% endif %} {% endif %} {% endif %}
Modificar EquipoMostrar Patrimonio
Atras {% endblock %}