{% extends "base.html" %} {% block toolbar %} {% include "controls/status_control.html" %} {% if not issue.is_closed %} {% include "controls/assignee_control.html" %} Edit {% if issue.can_clone %} Clone {% endif %} Delete {% endif %} {% endblock toolbar %} {% block content %}