{% extends 'base.html' %} {% block content %}

{{ t('automations') }}

{{ t('new_automation') }}
{% for a in automations %}{% else %}{% endfor %}
ID{{ t('name') }}{{ t('status') }}{{ t('trigger') }}{{ t('keywords') }}
{{ a.id }}{{ a.name }}{{ t('active') if a.enabled else t('inactive') }}{{ a.trigger_type }}{{ a.keyword_count }}{{ t('edit') }}
No automation
{% endblock %}