{% extends "mobile/base.html" %} {% block left_button %} trakt {% endblock %} {% block header %}

{{ profile.username }}

{% endblock %} {% block content %} {% if profile.status == 'error' %}

{{ profile.message }}

{% else %}
{% macro tr(a, b) %} {% endmacro %} {{tr('Name', profile.full_name)}} {{tr('Location', profile.location)}} {{tr('Age', profile.age)}}
{{a}}: {{b}}

Extras

{% endif %} {% endblock %}