Commit ba53ada1 authored by charniuk's avatar charniuk
Browse files

text updated

parent b1373805
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,15 +28,15 @@
	<ul>
	  <li> <p>Number of items: <b> {{ n_items }} </b> </p> </li>
	  {% if mturk %}
		<li> <p>This project needs in total <b> {{ n_anno }} </b> annotations for each HIT</p> </li>
		<li> <p>This project needs in total <b> {{ n_anno }} </b> annotation(s) for each HIT</p> </li>
		  <ul>
		  	{% for (batch_id, n_anno_join, n_anno_left) in batch_infos%}
		  	  <li> <p> <b> {{ n_anno_join }} </b> submitted batch <b> {{ batch_id }}</b>, this still needs <b> {{ n_anno_left }} </b> more </p> </li>
		  	{% endfor %}
		  </ul>
	  {% else %}
		<li> <p>This project needs in total <b> {{ n_anno }} </b> annotators</p> </li>
		<li> <p> <b> {{ n_anno_join }} </b> joined this, this project still needs <b> {{ n_anno_left }} </b> more</p> </li>
		<li> <p>This project needs in total <b> {{ n_anno }} </b> annotator(s)</p> </li>
		<li> <p> <b> {{ n_anno_join }} </b> joined this, this project still needs <b> {{ n_anno_left }} </b> annotator(s) more</p> </li>
	  {% endif %}
	</ul>
	<hr>