{% extends 'base.html' %} {% load commonmark %} {% block title %} Team: {{ team.name }} | {{ block.super }} {% endblock %} {% block content %}

{{ team.name }} Team

{{ team.description|unsafecommonmark }}

{{ team.area.name }} Area:

This team is under the {{ team.area.name }} area. The following users are responsible for the {{ team.area.name }} area:

{% endblock %}