boilerplate in each template. Add evaluation_process (view_evaluation_desc) and ballot_key (view_key) templates and urls. - Legacy-Id: 108
24 lines
610 B
HTML
24 lines
610 B
HTML
{% extends "idtracker/base.html" %}
|
|
|
|
{% block idcontent %}
|
|
<h2>Key file</h2>
|
|
<hr>
|
|
<pre>
|
|
Key to how the Secretariat has historically recorded Evaluations:
|
|
|
|
- A single X in one of the four columns has the obvious meaning.
|
|
|
|
- Two X's (i.e, XX) in a column indicate a change from a previous
|
|
selection. I.e., An XX in "yes" and an X in "Discuss" indicates a
|
|
change from discuss to yes.
|
|
|
|
- an "R" in the Abstain column means "Recuse"
|
|
|
|
- a "D" in the Discuss column indicates "Defer"
|
|
</pre>
|
|
|
|
<center><form>
|
|
<input type="button" value="close" onClick="window.close();">
|
|
</form></center>
|
|
{% endblock %}
|