{% extends "base.html" %} {% block content %} {% set profile_data = response_data(profile) %} {% set balance_data = response_data(balance) %} {% set profile_error = response_error(profile) %} {% set balance_error = response_error(balance) %} {% set profile_hash = profile_data or {} %} {% set balance_hash = balance_data or {} %} {% set balance_value = balance_hash.get("balance") or balance_hash.get("amount") or ((balance_hash.values()|list)[0] if balance_hash else None) %} {% set profile_formatted %}
Direct account view for the Python playground. The Dashboard uses the same panels in a condensed layout.