{% extends 'base.html' %} {% block title %} Stoffel {% endblock %} {% block head %} {% endblock %} {% block body %} Run Delete

Connections

{% for ind, connection in data[project].items() %}
{% with connection=connection, loop=loop %} {% include 'connections/source.html' %} {% include 'connections/destination.html' %} {% endwith %}
{% endfor %}
{% with connection={'source' : {'tp' : 'excel'},'destination' : {'tp' : 'powerpoint'}}, loop={'index' : 0} %}
{% with connection=connection, loop=loop %} {% include 'connections/source.html' %} {% include 'connections/destination.html' %} {% endwith %}
{% endwith %}
{% endblock %}