{% extends "company/company_dashboard_base.html" %} {% block title %} Manage Bugs {% endblock title %} {% block body %}
| Hunt | Start Date | End Date | Status | View | Edit | |
|---|---|---|---|---|---|---|
| {{ hunt.name }} | {{ hunt.starts_on__day }}/{{ hunt.starts_on__month }}/{{ hunt.starts_on__year }} | {{ hunt.end_on__day }}/{{ hunt.end_on__month }}/{{ hunt.end_on__year }} |
{% if not hunt.is_published %}
Draft {% elif not hunt.result_published %}Ongoing {% else %}Ended {% endif %} |
View | {% if hunt.result_published %}Edit | {% else %}Edit | {% endif %}
| No Bughunts found |