{% extends "base_dashboard.html" %} {% load static %} {% block title %} Previous Hunts {% endblock title %} {% block description %} Explore the details of previous hunts. View information about past hunts, including domain details, descriptions, and outcomes. {% endblock description %} {% block keywords %} Previous Hunts, Past Hunts, Hunt History, Domain Details, Hunt Outcomes {% endblock keywords %} {% block og_title %} Previous Hunts - Explore Past Hunts {% endblock og_title %} {% block og_description %} Discover the details of previous hunts, including domain information, descriptions, and outcomes. Explore the history of hunts. {% endblock og_description %} {% block content %}
{% include "includes/organization_sidenav.html" %}
{% if hunts %}

Previous Hunt

{% endif %} {% endblock content %}