{% extends 'scipost/base.html' %} {% block pagetitle %}: list{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %}

List detail

{{ list.header }}
{% load guardian_tags %} {% get_obj_perms request.user for list as "list_perms" %} {% include 'scipost/list_contents.html' %} {% if "change_list" in list_perms %}

Add elements to this List

{% csrf_token %} {{ search_for_list_form.as_table }}
{% if search_for_list_form.has_changed %}

Search results

{% endif %} {% if commentary_search_list %}

Commentaries:

{% endif %} {% if submission_search_list %}

Submissions:

{% endif %} {% if thesislink_search_list %}

Theses:

{% endif %} {% if comment_search_list %}

Comments:

{% endif %} {% endif %}
{% endblock bodysup %}