{% extends "cuhasc/base.html" %} {% block title %}Member {{ member.name }}{% endblock %} {% block content %}

{{ member.name }}

Team: {{ member.team.name }}

Edit your profile {% if culture_profile_svg %}

Culture Profile

{{ culture_profile_svg }}
{% endif %} {% endblock %}