{% extends "devicehistory/base.html" %} {% block tabcontent %} {% if modules %} {% if confirm_delete %}

Do you really want to remove the selected modules?

{% else %}

These modules are down. If you know that they are permanently gone, you may remove them.

{% endif %}
{% include 'devicehistory/frag_moduletable.html' %} {% if confirm_delete %} No {% else %} {% endif %}
{% else %}

No modules down

{% endif %} {% endblock %}