{% load i18n %}

{{ dot.title }}

{% for dev in devs %} {% if dev.mon.current_state == '0' %} {% else %} {% endif %} {{ dev.comment }} {{ dev.mon.plugin_output }} {% empty %}
  • {% trans 'Pinned devices not found' %}
  • {% endfor %}
    {% if dot.attachment %} {{ dot.attachment.name }} {% endif %}