{% extends 'base.html' %} {% block title %} {{ category.name }} {% endblock %} {% load static %} {% block content %}
{{research.title}}
{% if publications %} {% for publication in publications %}

{{publication.title}}

{{publication.description}}

{% endfor %} {% else %}

No publications found in this category

{% endif %} {% include 'includes/pagination.html' with posts=publications %}
{% endblock %}