{% extends 'squads/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block squads_menu %} {% include 'squads/menu.html' with owner=owner %} {% endblock %} {% block squads_block %} {% include "squads/modals/manage/cancel_request.html" %} {% include "squads/modals/manage/leave_request.html" %}

{% translate "Group" %}: {{ group.name }}

{{ group.safe_description|safe }}
{% if not pending_application and not membership %}
{% csrf_token %} {% if group.require_approval %}
{{ comment_form.comment }}
{% endif %}
{% else %} {% include "squads/groups/partials/pending.html" with pending_application=pending_application %} {% include "squads/groups/partials/membership.html" with membership=membership %} {% endif %}
{% endblock %} {% block squads_block_extra %} {% include "squads/groups/partials/requirements.html" with membership=membership pending_application=pending_application missing_req=missing_req %} {% endblock %} {% block extra_javascript %} {% endblock %}