{% extends "base_dashboard_company.html" %} {% load static %} {% block content %}

Drafts

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

{{hunt.url}}$

{% endfor %} {% else %}
no drafts found ! {% endif %}
{% endblock %}