{% extends "base_dashboard_domain.html" %} {% load static %} {% block title %} Ongoing Hunts {% endblock title %} {% block description %} Stay updated with the ongoing hunts. View details of active hunts, including domain information, descriptions, and prizes. {% endblock description %} {% block keywords %} Ongoing Hunts, Active Hunts, Current Hunts, Domain Details, Prizes {% endblock keywords %} {% block og_title %} Ongoing Hunts - Stay Updated with Active Hunts {% endblock og_title %} {% block og_description %} Discover the details of ongoing hunts, including domain information, descriptions, and prizes. Stay updated with active hunts. {% endblock og_description %} {% block content %}

Ongoing Hunts

{% if hunts %} {% for hunt in hunts %}
{{ hunt.url }}

{{ hunt.prize }}$

{% endfor %} {% else %}
no ongoing hunts ! {% endif %}
{% endblock content %}