{% if evento.nombreImagenLogo %} {% else %} #SPORTBIZ {% endif %}
  • {{ 'titulo.sec.home'|trans }}
  • {{ titulos.agenda|trans }}
  • {% if evento.tienePrograma %}
  • {{ titulos.programa|trans }}
  • {% endif %} {% if evento.tieneComite %}
  • {{ titulos.comite|trans }}
  • {% endif %} {% if evento.tieneSpeakers %}
  • {{ titulos.speakers|trans }}
  • {% endif %} {% if evento.tienePartners %}
  • {{ titulos.partners|trans }}
  • {% endif %} {% if evento.tieneEmpresasParticipantes %}
  • {{ titulos.empresas|trans }}
  • {% endif %} {% if sedes|length > 0 %}
  • {{ titulos.sede|trans }}
  • {% endif %} {% if evento.children|length > 0 %}
  • {{ 'titulo.sec.edicionesAnteriores'|trans }}
      {% for edicionAnterior in evento.children %}
    • {{ edicionAnterior.fechaRealizacion|date('Y') }} - {{ edicionAnterior.nombreEs }}
    • {% endfor %}
  • {% endif %} {% if evento.idiomas|length > 1 %}
  • {{ app.request.locale }}
      {% for inactiveLocale in inactiveLocales %}
    • {{ inactiveLocale }}
    • {% endfor %}
  • {% endif %} {% if not evento.esEventoRealizado %}
  • {% if evento.urlPago %} {% if evento.id == 80 %} {{ 'boton.inscribase'|trans }} {% else %} {{ 'boton.tickets'|trans }} {% endif %} {% else %} {{ 'boton.inscribase'|trans }} {% endif %}
  • {% endif %}