{% extends "base_dashboard.html" %} {% load static %} {% block title %}Drafts - organization Dashboard{% endblock %} {% block description %} View and manage your draft hunts in the organization Dashboard. Track progress and update as needed. {% endblock %} {% block keywords %} organization Dashboard, drafts, hunts, bug reporting, manage hunts, security, draft hunts {% endblock %} {% block og_title %}Drafts - organization Dashboard{% endblock %} {% block og_description %} View and manage your draft hunts in the organization Dashboard. Track progress and update as needed. {% endblock %} {% block content %}
{% include "includes/organization_sidenav.html" %}

Drafts

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

{{ hunt.url }}$

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