{% extends 'base.html' %} {% block content %}

{{ params.total_value | format_price_round }} $

{% for part in params.chart %}
{% endfor %} {% if params.chart | length != 0 %} {% endif %} {% for asset in params.assets %} {% if asset.slug_link==none %} {% else %} {% endif %} {% endfor %}
Id Symbol Balance Price Value
{{ asset.ide }}{{ asset.symbol }}{{ asset.symbol }}{{ asset.balance | round(asset.decimals) }} {{ asset.price | format_price }} $ {{ asset.value | format_price_round }} $

* Balances are estimated, including derivatives.

{% endblock %}