{% extends "osmaxx/base.html" %} {% load i18n crispy_forms_tags %} {% block breadcrumb %} {{ block.super }}
  • {% trans 'Profile' %}
  • {% endblock %} {% block main %}

    {% trans 'Profile for' %} {{ request.user.username }}

    {% crispy form %} {% if request.GET.next %} {% endif %}
    {% if request.user.email != request.user.profile.unverified_email %}
    Resend Confirmation Email
    {% endif %}
    {% endblock %}