{% extends "base.html" %} {% load i18n static crispy_forms_tags gravatar %} {% block head_title %}{{ _('Dashboard') }}{% endblock %} {% block content %}
{{ _('Username:') }} {{ request.user.username }}
{{ _('Default Friend Code:') }} {{ selected_friend_code.friend_code }}
{{ _('Reputation Score:') }} {{ request.user.reputation_score }}
{{ _('No Gravatar profile data available.') }}
{% endif %} {% endwith %}{{ _('Gravatar (Globally Recognized Avatar) is a free service that links your email address to a profile picture and, optionally, a profile. Many websites use Gravatar to display your avatar automatically.') }}
{{ _('If you have set up a Gravatar, your profile picture will appear whenever you use your email on supported sites. Updates made on Gravatar will reflect here.') }}
{{ _('Gravatar is optional, and your email is hashed to maintain privacy. Your personal data remains secure.') }}
{{ _('Go to Gravatar.com to set up or change your avatar or profile. Your changes will appear here once saved!') }}