{% load static %} {% include "mapping_review/publication_review_common.html" %}
{% for publication in page_obj %} {% if publication.doi %}
{% if no_review %}
{% include "publication/publication_single.html" %}
{% else %}
{% include "publication/publication_single.html" %}
Review
{% include "mapping_review/publication_review.html" %}
{% with publication_id=publication.id %} {% if publication_id in other_lists %}
Also exists in
{% for other_list in other_lists.publication_id %}

{{ other_list }} by {{ other_list.creator }}

{% endfor %} {% endif %} {% endwith %}
{% endif %}
{% endif %} {% endfor %}
Loading...
{% for publication in page_obj %}

{{ publication.event.name }}

{% with first_author=publication.authors.all|first %} {{ first_author.first_name }} {{ first_author.last_name }} et al {% if first_author.affiliation %}

{{ first_author.affiliation.institute }}

{{ first_author.affiliation.country }}

{% endif %} {% endwith %}
{% endfor %}