{% extends 'projects/stage_base.html' %} {% block stage_breadcrumb_links %}
  • {{ object.name }}
  • Delete
  • {% endblock stage_breadcrumb_links %} {% block content %}

    Delete Stage?

    {% csrf_token %}

    Are you sure you want to delete the stage {{ object }}?

    {% endblock content %}