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

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

{{ group.safe_description|safe }}
{% if not pending_application and not membership and skill_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 }}
{% csrf_token %}
{% endif %} {% endif %} {% if not skill_req %}
{% translate 'You dont the required skills' %} {% endif %}
{% endblock %}