{% for name, link, abs_name in object_list %}
  • {% if link %}{% endif %}{{name}}{% if link %}{% endif %}: {{ abs_name }}
  • {% endfor %}