Home
Exchange Settings
History
Logout
Trade History
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'error' %}
{{ message }}
{% elif category == 'success' %}
{{ message }}
{% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %} {% endwith %}
{% for table in tables %} {{titles[loop.index]}} {{ table|safe }} {% endfor %}