{% comment %} Avatar partial (rendered by the {% avatar %} template tag in conjunto/templatetags/avatar.py). Either shows the stored image as a Tabler `.avatar` background, or uppercase initials as text content. Lives in core conjunto templates so it is always resolvable, even when `conjunto.profiles` is not in INSTALLED_APPS. {% endcomment %} {% if not image_url %}{{ initials }}{% endif %}