{% extends "people/base.html" %} {% load i18n avatar_tags %} {% load bootstrap_tags %} {% block body %} {% avatar user %} {% if not avatars %}
{% trans "You haven't uploaded an avatar yet. Please upload one now." %}
{% else %} {% endif %} {% endblock %}