{% extends 'base.html' %} {% load bootstrap3 %} {% block title %} Delete DECT Registration | {{ block.super }} {% endblock %} {% block content %}
Really delete DECT registration {{ dectregistration.number }}?

Are you sure you want to delete the registration of DECT number {{ dectregistration.number }}?

{% csrf_token %} Cancel
{% endblock %}