{% extends 'main.html' %} {% block content %}
| Species | Collection Location | Verified | Created |
|---|---|---|---|
| {{ loc.species.name }} | {{ loc.name }} | {% if loc.is_verified %} ✓ Verified {% else %} Unverified {% endif %} | {{ loc.created|date:"Y-m-d" }} |
{% if species_filter %} No collection locations found for species matching "{{ species_filter }}". {% else %} No collection locations have been added yet. {% endif %}
{% endif %}