{% extends "projects/project_menu.html" %} {% load i18n %} {% load pagination_tags %} {% load txcommontags %} {% load permissions %} {% load txpermissions %} {% block extra_head %} {% endblock %} {% block title %}{{ block.super }} | {{ project.name }} | {% trans "Translation Teams" %}{% endblock %} {% block breadcrumb %}{{ block.super }} » {{ project.name }}{% endblock %} {% block content_main %} {% get_permission "project_perm.maintain" for request.user and project as "is_maintainer" %}
{% trans "No translation team created yet. :(" %}
{% endif %} {% if team_request_form %} {% if request.user.is_authenticated and not is_maintainer %} {% endif %} {% endif %} {% endwith %}