{% extends 'layouts/layout_base.html' %} {% block title %}{{ entry.pk }} - {{ entry.shortSignature|escape }} - Remove{% endblock title %} {% block body_content %}
Remove Crash
{% if error_message %}{% endif %}
{% csrf_token %}

Signature: {{ entry.shortSignature|escape }}
{% endblock body_content %}