{% spaceless %}{{ include("header.html") }} {% set user = get("user") %} {% set info = get("wallet") %}
{{ include("head_menu.html") }} {{ include("main_menu.html") }}
{{ include("profile_menu.html") }}
{{ put_session_key() }}
{{ l("pending") }}
${{ info["pending"]|number_format(2, '.', ',') }}
{{ l("edit") }}
{{ put_session_key() }}
{{ l("confirmed") }}
${{ info["confirmed"]|number_format(2, '.', ',') }}
{{ l("edit") }}
{{ put_session_key() }}
{{ l("withdrawal") }}
${{ info["withdrawal"]|number_format(2, '.') }}
{{ l("edit") }}
{{ include("footer_content.html") }}
{{ include("footer.html") }}{% endspaceless %}