{{nombre|upper}}{% if menu == "escuelas" %}{% if nombre != 'alta-escuelas' %} DE ESCUELAS{% endif %}{% else %} DE SERVICIO{% endif%}

{% if activo == 'carga' %} {% include 'carga.html' %} {% else %}
{% for t in tabs %} {% endfor %}
{% if activo == 'estructura' %} {% include 'estructura.html' %} {% elif activo == 'ubicacion' %} {% include 'ubicacion.html' %} {% elif activo == 'servicio' %} {% include 'servicio.html' %} {% elif activo == 'contacto' %} {% include 'contacto.html' %} {% elif activo == 'enlace' %} {% include 'enlace.html' %} {% elif activo == 'destino' %} {% include 'destino.html' %} {% elif activo == 'motivo' %} {% include 'motivo.html' %} {% endif %}
{% endif %}