{% extends "base.html" %} {% block title %}My Findings{% endblock %} {% block content %}

{{ user.username }}'s profile:

Their Findings

{% if findings %} {% else %}

You have no findings yet.

{% endif %} {% endblock %}