{% load static %} {% if target_user.profile.avatar %} {{ target_user.profile.avatar.url }}?v={{ target_user.profile.avatar_version }} {% elif target_user.profile.gravatar_enabled %} {{ target_user.profile.gravatar_url }} {% endif %}" onerror="this.src='{% static 'accounts/images/default_avatar.png' %}'"