{% extends 'NEMO_publications/publications_base.html' %} {% load custom_tags_and_filters %} {% block before_pagination %}
{% endblock %} {% block pagination_content %} {% for item in page %} {% endfor %}
Author Number of publications
{{ item.get_full_name }} {{ item.publication_count }}
{% endblock %} {% block table_empty_content %} There are no publications for the year {{ selected_year }}. Be the first to enter your publication! {% endblock %}