{% if "filename" not in skip_list %}
  • {{ _("filename") }}: {{ instance.filename }}
  • {% endif %} {% if "title" not in skip_list %}
  • {{ _("title") }}: {{ instance.title }}
  • {% endif %} {% if "body" not in skip_list %}
  • {{ _("body") }}: {{ instance.body }}
  • {% endif %}