{% extends "projects/project_detail_childs.html" %}
{% load i18n %}
{% load statistics_resources %}
{% block extra_head %}
{% endblock %}
{% block body_class %}{{ block.super }} release_detail{% endblock %}
{% block title %}{{ block.super }} | {{ release.name }} | {{ language.name }}{% endblock %}
{% block breadcrumb %}{{ block.super }} » {% blocktrans with release.name as release_name %}Release '{{ release_name }}{% endblocktrans %}' » {{ language.name }}{% endblock %}
{% block content_sec %}
{% endblock %}
{% block content_title %}
{% 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 %} | {% with stat.last_update as last_update %} {% with stat.last_committer as last_committer %} {% if last_update %} {{ last_update|timesince }} {% 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 "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 %} | {% with stat.last_update as last_update %} {% with stat.last_committer as last_committer %} {% if last_update %} {{ last_update|timesince }} {% 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 %}
![]() |
{{ forloop.counter }}) {{ resource.project.name}} → {{ resource.name }} |
{{ forloop.counter }}) {{ resource.project.name}} → {{ resource.name }} (private) |