{% extends 'base.html' %} {% block content %}

User

{% csrf_token %} {% for profile in user_profiles %} {% endfor %}
Name Affiliation E-mail Type
{{ profile.name }} {{ profile.affiliation }} {{ profile.email }}
Author
PC
Chair
{% endblock %}