{% for strategy in strategies %}
{{ strategy.name }}
by {{ strategy.author }}

{{ strategy.description }}

{% for tag in strategy.tags %} {{ tag }} {% endfor %}
{% if strategy.is_cloned %}
Cloned
{% else %}
{% endif %}
{% endfor %}