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