devicebay_delete.html 365 B

123456789
  1. {% extends 'generic/confirmation_form.html' %}
  2. {% load form_helpers %}
  3. {% load i18n %}
  4. {% block title %}{% blocktrans %}Delete device bay {{ devicebay }}?{% endblocktrans %}{% endblock %}
  5. {% block message %}
  6. <p>{% blocktrans %}Are you sure you want to delete this device bay from <strong>{{ devicebay.device }}</strong>?{% endblocktrans %}</p>
  7. {% endblock %}