{% for g in users|group_by_letter %}

{{g.0|upper}}

{% for u in g.1 %}
{% if user.get_profile().is_admin(module_name='achievements') %}
{% endif %} {% set picture = u.get_contact().get_picture() %}
{% if picture %} {% else %} {% endif %}
{{ u }}
{{ icon_line(user=u) }}
{% if user.get_profile().is_admin(module_name='achievements') %} {% trans %}Edit{% endtrans %} {% endif %}
{% endfor %} {% endfor %}