{% extends "dashboard.html" %} {% block head %} {% endblock %} {% block content %}
Loading templates...
| ID | Name | Plugin | Steps | Settings | Configs | Method | Created | Last update | Actions | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ template }} | {{ template_data.name }} | {{ template_data.plugin_id or '-' }} | {{ template_data.steps|length }} | {{ template_data.settings|length }} | {{ template_data.configs|length }} | {{ template_data.method }} | {{ template_data.creation_date.astimezone().isoformat() }} | {{ template_data.last_update.astimezone().isoformat() }} |
{% set delete_tooltip_key = 'tooltip.disabled_readonly' if user_readonly else ('tooltip.disabled_db_readonly' if is_readonly else ('tooltip.disabled_by_method' if template_data['method'] != 'ui' else 'tooltip.button.delete_template')) %}
{% set delete_tooltip_options = '{"method": "' ~ template_data['method'] ~ '"}' if template_data['method'] != 'ui' and not is_readonly else '{"name": "' ~ template_data['id'] ~ '"}' %}
|