{% extends "participant.html" %}
{% block head2 %}
{% if user.ADMIN %}{% end %}
{% end %}
{% block heading %}
{{ hero }}
{% end %}
{% block nav %}
{% if participant == user or user.ADMIN %}
Navigation
{% set current_page = path.raw.split('/')[2] %}
{% set pages = [('/', 'Profile'), ('/giving/', 'Giving'), ('/history/', 'History'), ('/widgets/', 'Widgets')] %}
{% for slug, name in pages %}
{% end %}