{% extends "projects/project_menu.html" %} {% load i18n %} {% load cache %} {% load pagination_tags %} {% load txcommontags %} {% load permissions %} {% load txpermissions %} {% load avatars %} {% load addons %} {% load statistics_resources %} {% block extra_head %} {% endblock %} {% block title %}{{ block.super }} | {{ project.name }}{% endblock %} {% block breadcrumb %}{{ block.super }} » {{ project.name }} » {% trans "Teams" %} » {{ team.language.name }} {% endblock %} {% block content_main %} {% get_permission "project_perm.submit_translations" for request.user and team as "can_submit_translations" %} {% get_permission "project_perm.coordinate_team" for request.user and project,team.language as "is_coordinator" %}
{% trans "Mainlist:" %} | {{ team.mainlist|mungify:team.mainlist }} |
---|---|
{% blocktrans count coordinators|length as counter %}Coordinator:{% plural %}Coordinators:{% endblocktrans %} |
{% for c in coordinators|slice:"0:6" %}
|
{% trans "Become a translator:" %} |
{% trans "Resource" %} | {% trans "Completion" %} | {% trans "Last Updated" %} |
---|---|---|
{{ stat.object.name }} |
{% with 200 as barwidth %}
{% trans "Untranslated: " %}{{ stat.num_untranslated }}">
{{ stat.trans_percent }}%
{% stats_bar_simple stat barwidth %}
{% endwith %}
|
{% endcache %}
{% with stat.last_update as last_update %} {% with stat.last_committer as last_committer %} {% if last_update %} {{ last_update|date:"M d, h:ia" }} {% if last_committer %} by {{ last_committer }} {% endif %} {% else %} {% trans "no activity yet" %} {% endif %} {% endwith %} {% endwith %} |
{% trans "No resources are registered for this project yet." %}
{% endif %}{% trans 'None available' %}
{% else %}