{% extends "projects/project_detail_childs.html" %} {% load i18n %} {% load permissions %} {% load txcommontags %} {% load threadedcommentstags %} {% block extra_head %} {% endblock %} {% block title %}{% with component.project as project %}{{ block.super }} | {{ component.name }} | {% trans "Reviews" %}{% endwith %}{% endblock %} {% block breadcrumb %}{% with component.project as project %}{{ block.super }} » {{ component.name }} » {% trans "Reviews" %}{% endwith %}{% endblock %} {% block content_title %}
{% trans "Description" %} | {{ review.description }} |
---|---|
{% trans "Who and when" %} | {{ review.author }}, {% blocktrans with review.created_on|timesince as time_since %} {{ time_since }} ago {% endblocktrans %} |
{% trans "Translation Language" %} | {% if review.language %} {{ review.language }} {% else %} {{ review.lang_code }} {% endif %} |
{% trans "File target" %} | {{ review.target_filename }} |
{% trans "Score" %} | {{ review.score }} {% if perms.reviews.add_poreviewrequest or perms.reviews.change_poreviewrequest or can_submit_file %} {% endif %} |
{% trans "Status" %} | {{ review.get_status_display }} {% ifnotequal review.resolution 'N' %}({{ review.get_resolution_display }}){% endifnotequal %} |
{% trans "Close Review" %} |
{% trans "No open requests!" %}
{% endif %}{% trans "ID" %} | {% trans "Author" %} | {% trans "Language" %} | {% trans "Time Since" %} | {% trans "Resolution" %} | {% trans "Attachment" %} | {% trans "Actions" %} |
---|---|---|---|---|---|---|
{{ review_id }} | {{ review.author }} | {% if review.language %} {{ review.language }} {% else %} {{ review.lang_code }} {% endif %} | {{ review.created_on|timesince }} | {{ review.get_resolution_display }} | {{ review.full_review_filename }} | {% get_permission "project_perm.submit_file" for request.user and review.team as "can_submit_file" %} {% if perms.reviews.change_poreviewrequest or can_submit_file %} {% url review_modify review.component.project.slug review.component.slug review.id as modify_url %} {% endif %} |
{% trans "No closed requests!" %}
{% endif %} {% endblock %}
#{{ forloop.counter }} ~ {% trans "By" %} {{ comment.name }} ~ {{ comment.date_submitted|timesince }}
{% auto_transform_markup comment %}