{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %} {{ user }} {% endblock %} {% block content_header %}

{{ user.username|title }}'s Profile Edit

{% endblock %} {% block content %}

Username: {{ user.username }}

Email: {{ user.email }}

Email Frequency: {{ user.email_frequency }}

Groups: {{ user_groups }}

Harvest Notifications: {{user.harvest_notifications|yesno:"Yes,No" }}

To change groups, contact us.

{% endblock %}