From 04df7973d8bd673e23fd3cfa97708f21e87b4751 Mon Sep 17 00:00:00 2001
From: Lars Eggert
+
Has already been assigned a document within the given interval.
@@ -44,89 +44,102 @@
Next | +Next | Reviewer | -Recent history | -Days since completed | -Settings | +
+
+
+ Assigned
+ Deadline
+ State
+ Days for review
+ Document
+ |
+ Days since review | +Settings | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | +
- {% person_link person %}
- {% if person.settings_url %}
- Edit
-
- {% endif %}
+ {% person_link person with_email=False %}
+
+
+ {% if person.settings_url %}
+
+
+
+ {% endif %}
+
+
|
+
{% if person.latest_reqs %}
-
+
+ {% endfor %}
{% endif %}
+ {{ assigned_time|date|split:"-"|join:"-
+
+
+ {{ state.name }}
+
+
+ {% if assignment_to_closure_days != None %}
+ {{ assignment_to_closure_days }}
+ {% endif %}
+
+
+ {{ doc_name }}{% if reviewed_rev %}-{{ reviewed_rev }}{% endif %}
+
+ |
- + + | {% if person.days_since_completed_review != 9999 %} {{ person.days_since_completed_review }} {% endif %} | -
- {% if person.settings.min_interval %}
- {{ person.settings.get_min_interval_display }}
- - {% endif %} - {% if person.settings.skip_next %} - Skip: {{ person.settings.skip_next }} - - {% endif %} - {% if person.settings.filter_re %} - Filter: {{ person.settings.filter_re|truncatechars:15 }}
- - {% endif %} - {% if person.unavailable_periods %} - {% include "review/unavailable_table.html" with unavailable_periods=person.unavailable_periods %} - {% endif %} + + | + {% include "review/unavailable_table.html" with person=person unavailable_periods=person.unavailable_periods %} + | +- {{ r.state.name }} + {{ r.state.name }} |
{% if r.result %}{{ r.result.name }}{% endif %}
@@ -186,10 +186,10 @@
|