{% include 'header.twig' %} {% if profile == 'private' %}
User {{ user.name }}
Since {{ user.registered|date("F, jS Y H:i") }} ({{ user.registered|ago }})
About
Email Required if you wish to change your password {#

#}
{% else %}
User {{ other_user.username }}
Since {{ other_user.registered|date("F, jS Y H:i") }} ({{ other_user.registered|ago }})
About {{ other_user.about|markdown|raw }}
{% endif %} {% include 'footer.twig' %}