aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/extend-user/templates/pages/user.html.twig
blob: 46e79aa06e6f280096e2bcd6e43fd057d72502f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{% extends "@admin/pages/user.html.twig" %}

{% block user_profile %}
    {% if 'locale' not in fields.hidden %}
        <hr>
        <strong><i class="fa fa-map-marker margin-r-5"></i> Location</strong>
        <p class="text-muted box-profile-property">
            {{user.city}}, {{user.country}}
        </p>
    {% endif %}
{% endblock %}