{% extends 'base.html' %} {% block content %}
| 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 | |||||