{% import "common/thumbnail.html.twig" as thumb %}
{% for id, record in route.get_elements %}
{{ record.get_title() }}
{{thumb.format(record.get_thumbnail, 80, 80, "", true, false)}}
{% endfor %}
{% for id, record in route.get_elements %} {% endfor %}
{{ 'Vers quel API voulez vous vous connecter ?' | trans }}
{% if available_apis|length > 0 %} {% for api in available_apis %} {% if api.get_connector().is_configured() %}
{% endif %} {% endfor %} {% else %} {{ 'Aucun bridge disponible. Veuillez contacter un administrateur.' | trans }} {% endif %}
{# SCRIPT - HORIZONTAL TABS #}