{% extends "projects/project_menu.html" %} {% load i18n %} {% load cache %} {% load statistics_resources %} {% load permissions %} {% load truncate %} {% load upload_manager_tags %} {% block extra_head %} {% get_permission "project_perm.maintain" for request.user and resource.project as "is_maintainer" %} {% endblock %} {% block breadcrumb %} {{ block.super }} » {{ project.name|truncate_chars_middle:"40" }} » {{ resource.name|truncate_chars_middle:"30" }} {% endblock %} {% block title %} {{ block.super }} | {% trans "Projects" %} | {{project}} {{resource}} {% endblock %} {% block body_class %}project_list{% endblock %} {% block header_menu %}{% endblock %} {% block project_header %} {{block.super}}
{% trans "Language" %} | {% trans "Completion" %} | {% trans "Last Updated" %} |
---|---|---|
{{ stat.language.name }}
({{ stat.language.code }})
{% ifequal resource.source_language stat.language %}
{% trans "(source language)" %}
{% endifequal %}
{% 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 translations yet" %} {% endif %} {% endwith %} {% endwith %} |
{% trans 'No actions recorded yet :)' %}
{% else %}