{% load static %} {% if user.profile.picture %} {% elif user.picture %} {% else %} {% endif %}
{% firstof user.get_short_name user.get_username %} {{ user.email|default_if_none:'' }}