{% extends "squad/base.html" %} {% load humanize %} {% load squad %} {% load static %} {% block content %}

{{group.name}}

{{group.description|default:""}}

{% include "squad/_project_list.html" with hide_group=True %} {% endblock %}