{% extends "base.html" %} {% block title %}Condições de Horário{% endblock %} {% set active = "app-time-conditions" %} {% block content %}

⏳ Condições de Horário

+ Nova Condição
{% for c in conditions %} {% else %} {% endfor %}
Nome Regras Grupo Destino Padrão Status Ações
{{ c.name }}
{{ c.description }}
{% if c.rules_count > 0 %} {{ c.rules_count }} regra{{ 's' if c.rules_count != 1 else '' }} {% else %} Simples (match/nomatch) {% endif %} {{ c.time_group_name }} {% if c.default_destination %} {{ c.default_destination }} ({{ c.default_destination_type }}) {% else %} {% endif %} {% if c.enabled %} Ativo {% else %} Inativo {% endif %} ✏️
Nenhuma condição de horário cadastrada.
{% endblock %}