{% load strings %}
| Download: | ZIP (with all medias) | CSV |
| # | {% for key in items.0.keys %}{{ key.title }} | {% endfor %}
|---|---|
| {{ forloop.counter }} | {% for name, val in row.items %}
{% if name != 'medias' and name != 'links' %}
{{ val }}
{% else %}
{% for it in val %}
|
{% endfor %}