{% if not "change_list" in list_perms %} {{ list.contents }} {% else %}

Description:

{{ list.description }}


{% if list.submissions.exists or list.commentaries.exists or list.thesislinks.exists or list.comments.exists %} {% if list.submissions.exists %}

Submissions:

{% endif %} {% if list.commentaries.exists %}

Commentaries:

{% endif %} {% if list.thesislinks.exists %}

Thesis links:

{% endif %} {% if list.comments.exists %}

Comments:

{% endif %} {% else %}

This List is empty.

{% endif %} {% endif %}