{% extends "base.html" %} {% block title %}Profile — The Shooter's Network{% endblock %} {% block content %}

Profile

{# ---- Avatar + display name ---- #}

Account

{% set av = current_user.effective_avatar_url %} {% if av %} Avatar {% else %}
👤
{% endif %}
JPEG/PNG, max 1200 px, auto-resized.
Logged in via {{ current_user.provider.title() }}
View my public profile →
{# ---- Change password (local accounts only) ---- #} {% if current_user.provider == 'local' %}

Change password

{% endif %} {% endblock %}