{{connection.destination.tp | title}} ({{loop.index}})

{% with connection=connection, loop=loop %} {% if connection.destination.tp == 'powerpoint' %} {% include 'connections/destination/powerpoint.html' %} {% else %} {% include 'connections/destination/slides.html' %} {% endif %} {% endwith %}