{% extends "cuhasc/base.html" %} {% block title %}Team "{{ team.name }}"{% endblock %} {% block content %}

Team "{{ team.name }}"

Change team name

Share this link with your team members. Make sure they understand what they should do with it and why!

{{ member_url }} {% if team_culture_profile_svg %}

Team Culture Profile

{{ team_culture_profile_svg }}
{% endif %} {% if sections_by_chapter %}

Handbook

{% for chapter, sections in sections_by_chapter.items %}

{{ chapter }}

{% endfor %}
{% endif %} {% endblock %}