app/templates/projrev/proposal/review.html
changeset 27 37612f295cd4
parent 26 97bd3c28c957
child 28 be65e84e7d03
equal deleted inserted replaced
26:97bd3c28c957 27:37612f295cd4
     1 {% extends "projrev/base.html" %}
     1 {% extends "projrev/base.html" %}
       
     2 {% load review_helpers %}
       
     3 
     2 {% block content %}
     4 {% block content %}
     3 <div class="post">
     5 <div class="post">
     4 			
     6 			
     5 	<a name="TemplateInfo"></a>	
     7 	<a name="TemplateInfo"></a>	
     6 	<h1>Review the proposal</h1>
     8 	<h1>Review the proposal</h1>
    80       (<i>New Submission</i>)
    82       (<i>New Submission</i>)
    81     {% endif %} 
    83     {% endif %} 
    82     </span> 
    84     </span> 
    83   </p>
    85   </p>
    84   {% if reviews %}
    86   {% if reviews %}
       
    87   <br /><br />
       
    88   <p>
       
    89   <h2>Reviews: Comments and Scores:</h2>
    85 	{% for review in reviews %}
    90 	{% for review in reviews %}
    86 	  {% as_review review %}
    91 	  {% as_review review %}
    87 	{% endfor %}
    92 	{% endfor %}
       
    93 	</p>
    88 	{% endif %}
    94 	{% endif %}
    89 </div>
    95 </div>
    90 {% endblock content %}
    96 {% endblock content %}