{% extends "botapp/base.html" %} {% load static %} {% block title %}Alertas | RPA Monitor{% endblock %} {% block content %}
{{ total }} alerta(s) no filtro atual.
{{ alert.message }}
Tudo tranquilo por aqui.
Nenhum alerta {% if status == 'active' %}ativo{% elif status == 'resolved' %}resolvido{% endif %}.