{% load wikify ethertoff_tags %}
{% if meta.participants %}
Participants
{% for participant in meta.participants %}
{{ participant|un_alphabetise }}
{% endfor %} {% endif %} {% if meta.place %}
Location
{% for place in meta.place %}
{{ place }}
{% endfor %} {% endif %} {% if meta.theme %}
Theme
{% for theme in meta.theme %}
{{ theme }}
{% endfor %} {% endif %} {% if meta.tags %}
Tags
{% for tag in meta.tags %}
{{ tag }}
{% endfor %} {% endif %} {% if meta.ingredients %}
Ingredients
{{ meta.ingredients|natural_join:',' }}
{% endif %} {% if meta.date_iso %}
Date
{% for date_iso in meta.date_iso %} {% with date_iso|to_date_obj as date %}
{% if date.minute == 0 and date.hour == 0 %}{{ date|date:"F j, o" }}{% else %}{{ date|date:"F j, o H:i" }}{% endif %}
{% endwith %} {% endfor %} {% endif %} {% if meta.intervention %}
Type of intervention
{% for intervention in meta.intervention %}
{{ intervention }}
{% endfor %} {% endif %} {% if meta.licence %}
License
{% if meta.licence.0 == "CC BY-ND 3.0 France" %}
{{ meta.licence.0 }}
{% else %}
{{ meta.licence.0 }}
{% endif %} {% endif %} {% if meta.pdf %}
PDF
Download
{% endif %}
{% if meta.colophon %} {{ meta.colophon.0|markdown_filter }} {% endif %}