{% extends 'main.html' %} {% block content %}

Collection Locations

{{ total_count }} record{{ total_count|pluralize }}
{% if species_filter %} Clear {% endif %}
{% if locations %} {% for loc in locations %} {% endfor %}
Species Collection Location Verified Created
{{ loc.species.name }} {{ loc.name }} {% if loc.is_verified %} ✓ Verified {% else %} Unverified {% endif %} {{ loc.created|date:"Y-m-d" }}
{% else %}

{% if species_filter %} No collection locations found for species matching "{{ species_filter }}". {% else %} No collection locations have been added yet. {% endif %}

{% endif %}
{% endblock content %}