{% extends "modal.html" %} {% load i18n %} {% block header %} {% blocktrans with dev=device.description %}Remove {{ dev }}?{% endblocktrans %} {% endblock header %} {% block body %}
{% trans "This will not delete the device from the database." %}
{% endblock body %} {% block footer %} {% endblock footer %}