aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/extend-user/templates/pages/user.html.twig
blob: 13c79e6f43e579543b733724dca394bb81f79788 (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 %}