{% for content in entry.contents %}
  • {% if content.year %}
    {% if content.location %} {% endif %}
    {{- content.year -}}

    {{ content.location }}

    {% endif %}
    {% if content.title %}
    {{ content.title }}
    {% endif %} {% if content.department or content.institution %} {% if content.institution %} {% endif %} {% if content.department %} {% endif %}
    {{ content.institution }}
    {{ content.department }}
    {% endif %} {% if content.maindescription %}
    {{ content.maindescription }}
    {% endif %} {% if content.description %}
      {% for item in content.description %}
    • {% if item.contents %} {{ item.title }}
        {% for subitem in item.contents %}
      • {{ subitem }}
      • {% endfor %}
      {% else %} {{ item }} {% endif %}
    • {% endfor %}
    {% endif %} {% if content.items %}
      {% for item in content.items %}
    • {% if item.contents %} {{ item.title }}
        {% for subitem in item.contents %}
      • {{ subitem }}
      • {% endfor %}
      {% else %} {{ item }} {% endif %}
    • {% endfor %}
    {% endif %} {% if content.linkitems %}
    {% for item in content.linkitems %} {% if item.link %}
    {% if item.linkname %} {{ item.linkname }} {% else %} doc {% endif %}
    {% endif %} {% endfor %}
    {% endif %}
  • {% endfor %}