{% extends "refs/base.html" %} {% load static pyref_tags %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}

Reference List

{% for ref in page_obj %}

{% ref_html ref 3 %}

{% endfor %} {% include "refs/pagination.html" %} {% endblock %}