{% set symbol = session["symbol"]|safe %}
{%- for network in ['ark', 'dark2', 'kapu', 'ripa', 'prs', 'lwf', 'shift'] %} {%- if network == session['network'] %} {%- else %} {%- endif %} {%- endfor %}
{%- if session.data %} {{ session.data['address'] }} logout {# send {{ symbol }} #} {# vote #} history {%- if session.secondPublicKey %} unlock {%- endif %} account {%- else %} No wallet logged {%- endif %}
{%- with messages = get_flashed_messages(True) %} {%- for cat,msg in messages %}

{{ msg|safe }}

{%- endfor %} {%- endwith %}
{%- block content %} {%- endblock content %}
{%- block validate %} {%- endblock validate %}