{% load ietf_filters %}
{% for p in positions %}
{% if p.is_old_ad %}[{%endif%}{{p.ad_name}}{% if p.is_old_ad %}]{%endif%}{% if p.has_text %}
{% endif %}
{% if p.old_positions %}(was {{p.old_positions|join:", "}})
{%endif%}
{% empty %}
none
{% endfor %}