{% for thing in things %}

Edit {{ thing.name }}

{% endfor %}

Some Javascript only link

{% if selected_things %}

Some things were selected:

{% for thing in selected_things %}

{{ thing.name }} is selected

{% endfor %} {% endif %}