{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{% trans 'My Squad' %} / {{ block.super }}{% endblock title %} {% block nav_tabs %} {% include 'inline/profile_tabs.html' %} {% endblock nav_tabs %} {% block content %}
{% trans 'My Squad' %}
{% blocktrans trimmed %} You are not a member of a any squad. In order to join the squad, you need "join url", which can be obtained from the admin of the squad. {% endblocktrans %}
{% trans 'Registration Squad' context 'action' %}
{% endblock content %} {% block bottom %} {{ block.super }} {% endblock bottom %}