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

{{group.slug}}

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