{% 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 and filter_req %}
{% csrf_token %}
{{ comment_form.comment }}
{% else %} {% if pending_application %}

{% translate 'You Applied since' %} {{ pending_application.created_at|naturaltime }} {% endif %} {% if membership %}



{% translate 'You Joined since' %} {{ membership.joined_at|naturaltime }} {% endif %} {% endif %} {% if not filter_req %}
{% endif %}
{% endblock %} {% block squads_block_extra %} {% if missing_req %}
{% translate "Missing Requirements" %}

{% endif %} {% endblock %} {% block extra_javascript %} {% endblock %}