{% extends 'core/_sidebar.html' %} {% load i18n %} {% block title %} {% trans 'Group' %} {% endblock %} {% block content %} {% include "groups/_preview.html" with group=group link=False %} {% endblock %} {% block toolbar %} {% trans "Group's homepage" %} {% endblock %}