{% extends "profiles/base.html" %}
{% load i18n avatar_tags %}
{% block breadcrumb %}
{% trans "Your current avatar: " %}
{% avatar user %} {% if not avatars %}{% trans "You haven't uploaded an avatar yet. Please upload one now." %}
{% else %} {% endif %} {% if USE_CUSTOM_ORG_AUTHORIZATION %}{% trans "Are you affiliated with " %}{{ CUSTOM_GROUP_NAME }}? {% trans "Click here to confirm" %}
{% endif %} {% if is_org_user %} {% if is_org_current %}{% trans "Your affiliation with " %}{{ CUSTOM_GROUP_NAME }}{% trans " expires on " %}{{ org_expiration_dt }} {% else %} {% trans "Your affiliation with " %}{{ CUSTOM_GROUP_NAME }}{% trans " expired on " %}{{ org_expiration_dt }} {% endif %} : {% trans "Click here to renew" %}
{% endif %}