Rating: {{ profile.rating }}

{% if trips.0 %} {% else %}

No trips yet!

{% endif %} {% if payments.0 %}

Earnings

Made {{ payments | sum(attribute='amount') }}{{ payments.0.currency_code }} for driving {{ trips | sum(attribute='distance') }} miles.

{% endif %}