{% load fr_display %} {% if user.name %}{{ user.name }}{% else %}{{ user | username }}{% endif %} {% if show_full and user.name or show_full and user.localname %} ({{ user.username }}){% endif %}