{% load static %}
{% if user_blank_avatar and not user_avatar %} Pic {% elif user_avatar %} Pic {% else %}
{{ user_initials }}
{% endif %}