{% extends "base.html" %} {% block title %}View and Edit Group{% endblock %} {% block css %} {% endblock %} {% block content %}
{% if 'full_name' in user_details %} {% endif %}
{% if 'email_address' in user_details %}{{ user_details.email_address }}{% else %}N/A{% endif %}
{% if 'full_name' in user_details %}{{ user_details.full_name }}{% else %}N/A{% endif %}
{% if 'organization' in user_details %}{{ user_details.organization }}{% else %}N/A{% endif %}
{% endblock %} {% block js %} {% endblock %}