{% include 'header.html' %} {% from 'style.html' import white_automation_svg, page_forwards_svg, page_back_svg, filter_apply_svg %} {% from 'macros.html' import breadcrumb %}
{{ breadcrumb([ {'text': 'Home', 'url': '/'}, {'text': 'Automation Strategies', 'url': '/automation'} ]) }}
{% include 'inc_messages.html' %}
Filters
Sort by:
{% for s in strategies %} {% endfor %}
Name
Type
{{ s[1] }} {{ s[2] }}

Page: {{ filters.page_no }}

{% include 'footer.html' %}