{% extends "base.html" %} {% block content %}

Public Fish Table

Filters:

Species:

Weight: -

Length: -

{% if fish_list %}
{% for fish in fish_list %} {% if fish.upload.public %} {% endif %} {% endfor %}
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 }}
{% else %}

There are no fish in the database that match your filters.

{% endif %} {% endblock %}