{% if publication_list.criteria %}
{% csrf_token %}

This '{{ publication_list }}' is a '{{ publication_list.type }}' list which its relations is shown as below:

Filter: {{publication_list.criteria }}
{% for mp, lists in mappings.items %} {% if mp == mapping %} {% for other_publications in lists %} {% if other_publications != publication_list and other_publications not in publication_list.followers.all %}
{{ other_publications.name}}
{{other_publications.publications.all|length}} Papers

{{ other_publications.followers.all|length }} followers

{% if publication_list in other_publications.followers.all %} {% else %} {% endif %}
{% endif %} {% endfor %} {% endif %} {% endfor %}
{% endif %}