{% extends 'base.html' %} {% load commonmark %} {% load bootstrap3 %} {% block title %} {% if form.instance.id %} Edit Info Item: {{ form.instance.headline }} {% else %} Create Info item {% endif %} in {{ form.instance.category.headline }} {% endblock %} {% block content %}

Delete info item {{ object.name }} in {{ form.instance.category.headline }}

{% csrf_token %}

Are you sure you want to delete "{{ object.headline }}" in the "{{ object.category.headline }}" category.

{% endblock %}