{% extends 'base.html' %} {% block title %} {{ category.name }} {% endblock %} {% load static %} {% block content %} Home Arrow Arrow icon that points to the next page in big screen resolution sizes and previous page in small screen resolution sizes. Publications Arrow Arrow icon that points to the next page in big screen resolution sizes and previous page in small screen resolution sizes. {{category.name }} {% if publications %} {% for publication in publications %} {{publication.title}} {{publication.description}} Download {% endfor %} {% else %} No publications found in this category {% endif %} {% include 'includes/pagination.html' with posts=publications %} {% endblock %}
{{category.name }}
{{publication.description}}
No publications found in this category