{% load l10n %} {% load thumbnail %} {% load static %}
{% if with_link %} {% endif %} {% if user.show_profile_picture_on_website or bypass_visible or admin_user %} {% thumbnail user.photo.file geometry crop='center 20%' as image %} {{ user.name }} {% empty %}
{% endthumbnail %} {% else %}
{% endif %} {% if with_link %}
{% endif %}