{% extends "base.html" %} {% block content %} {% if publications %}

{{ list.description }}


{% for publication in publications %} {% include "publications/publication.html" %} {% endfor %} {% else %}

Sorry,

no publications found for this list. {% endif %} {% endblock %}