{% load static %} {% block user_profile %} {% if profile_picture %} {% else %} {% endif %} {% if profile_bg %} profile background {% else %} profile background {% endif %}
{% firstof user.get_short_name user.username|default_if_none:'' %}
{{ user.email|default_if_none:'' }}
{% endblock %}