basicswap_miserver/basicswap/templates/automation_strategy_new.html
2022-05-23 23:51:06 +02:00

12 lines
171 B
HTML

{% include 'header.html' %}
<h3>New Automation Strategy</h3>
{% for m in messages %}
<p>{{ m }}</p>
{% endfor %}
<p>TODO</p>
<p><a href="/">home</a></p>
</body></html>