{% extends "base.html" %} {% block content %}
Filters:
Species Name | Length | Weight | Date Caught | GPS Coordinates | Other Comments | Upload | Uploader |
---|---|---|---|---|---|---|---|
{{ fish.species_name }} | {{ fish.fish_length }} mm | {{ fish.fish_weight }} g | {{ fish.date_caught }} | {{ fish.gps_coordinates }} | {{ fish.other_comments }} | {{ fish.upload.timestamp }} | {{ fish.get_uploader }} |
There are no fish in the database that match your filters.
{% endif %} {% endblock %}