{% with role_list as list %}
{% include "programmes/staff_list_snippet.html" %}
{% endwith %}
{% endif %}
{% trans "About"|upper %}
{% if programme.end_date %}
{% blocktrans with end_date=programme.end_date %}This programme ended in {{ end_date }}{% endblocktrans %}
{% else %}
{% blocktrans with start_date=programme.start_date %}This programme has been active since {{ start_date }}{% endblocktrans %}
{% endif %}