{% if "filename" not in skip_columns %}
{{ instance.filename }}
|
{% endif %}
{% if "title" not in skip_columns %}
{{ instance.title }}
|
{% endif %}
{% if "body" not in skip_columns %}
{{ instance.body }}
|
{% endif %}
{% if "created_dt" not in skip_columns %}
{{ instance.created_dt }}
|
{% endif %}
{% if "updated_dt" not in skip_columns %}
{{ instance.updated_dt }}
|
{% endif %}
e |
x
|
{% endfor %}