2021-12-22 15:08:04 -05:00
|
|
|
{% extends 'generic/confirmation_form.html' %}
|
2016-03-01 11:23:03 -05:00
|
|
|
{% load form_helpers %}
|
2023-07-29 03:30:25 +07:00
|
|
|
{% load i18n %}
|
2016-03-01 11:23:03 -05:00
|
|
|
|
2023-07-29 03:30:25 +07:00
|
|
|
{% block title %}{% blocktrans %}Delete interface {{ interface }}?{% endblocktrans %}{% endblock %}
|
2016-03-01 11:23:03 -05:00
|
|
|
|
|
|
|
{% block message %}
|
2023-07-29 03:30:25 +07:00
|
|
|
<p>{% blocktrans %}Are you sure you want to delete this interface from <strong>{{ interface.device }}</strong>?{% endblocktrans %}</p>
|
2016-03-01 11:23:03 -05:00
|
|
|
{% endblock %}
|