{% extends "references/base.html" %} {% load comments %} {% block title %}Spatial Reference List{% endblock %} {% block h1title %}Spatial Reference List{% endblock %} {% block content %}
Search References:
{% if search_text and type %}

You are only searching {{ type }} references. Search All?

{% endif %} {% if prev_page %} Previous Page {% endif %} {% if prev_page and next_page %} | {% endif %} {% if next_page %} Next Page {% endif %} {% if exact %}
Did you mean one of:

Other Results

{% endif %} {% if list|length %}
{% else %} {% if not exact %}

No results found.

{% endif %} {% endif %} {% if prev_page %} Previous Page {% endif %} {% if prev_page and next_page %} | {% endif %} {% if next_page %} Next Page {% endif %} {% endblock %}