{% extends "wafer/base.html" %} {% block title %}{{ object.userprofile.display_name }} - {{ WAFER_CONFERENCE_NAME }}{% endblock %} {% block container_class %}userprofile{% endblock %} {% block content %}
{% include "wafer.users/snippets/profile_10-preamble.html" %} {% include "wafer.users/snippets/profile_20-bio.html" %} {% include "wafer.users/snippets/profile_30-registered.html" %} {% include "wafer.users/snippets/profile_40-talks.html" %} {% include "wafer.users/snippets/profile_50-epilogue.html" %}
{% endblock content %} {% block extra_foot %} {% endblock extra_foot %}