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

{{ t('new_automation') if not automation else t('edit') + ' #' + automation.id|string }}

{{ t('keywords_help') }}
{% if recent_media %}
{{ t('recent_posts') }}
{% for m in recent_media %}
{% endfor %}
{% endif %}
{{ t('flow_builder') }}
{% for step in steps %}
Step {{ loop.index }}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}