{% load bibmate_extras %} {% load url from future %} List of publications
{% for year, pubs_list in pubs_by_year %} {% if not omitYears %}

{{ year }}

{% endif %} {% for pub in pubs_list %}
{{ pub.get_html|safe }}
{% endfor %} {% endfor %}