{% for item in items %}
  • {% if item.file_type %}{{ item.file_type }} document:{% endif %} {{ item.title }}
  • {% endfor %}