{% if "filename" not in skip_columns %}
{{ _("filename") }} |
{% endif %}
{% if "body" not in skip_columns %}
{{ _("body") }} |
{% endif %}
{{ _("Actions") }} |
{% for instance in instances %}
{% if "filename" not in skip_columns %}
{{ instance.filename }}
|
{% endif %}
{% if "body" not in skip_columns %}
{{ instance.body }}
|
{% endif %}
e |
x
|
{% endfor %}