{% extends "projects/project_menu.html" %} {% load i18n %} {% load cache %} {% load pagination_tags %} {% load txcommontags %} {% load permissions %} {% load txpermissions %} {% 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 project_header %} {{block.super}}
{% trans "Resource" %} | {% trans "Completion" %} | {% trans "Last Updated" %} | {% trans "Importance" %} |
---|---|---|---|
{{ stat.resource.project.name }} → {{ stat.resource.name }}
{% if stat.lock.valid %}
![]() ![]() ![]() |
{% with 200 as barwidth %} {% 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 %} |
{% with stat.resource.priority.level as priority_level %}
{% with stat.resource.priority.display_level as display_level %}
![]() |
{% trans "No resources are registered for this project yet." %}
{% endif %}{% trans 'None available' %}
{% else %}