{% extends '@mio/user/master.twig' %} {% from '@mio/macros.twig' import navigation %} {% set title = 'Profile of ' ~ profile.username %} {% block content %} {{ navigation(mio_navigation, false, true) }}
Profile of {{ profile.username }}
{{ profile.user_country }}
{{ profile.user_country|country_name }}
Joined
{{ profile.created_at.diffForHumans }}
{% endblock %}