app/soc/templates/soc/grading_survey_group/records.html
changeset 2616 9321e100a7fb
parent 2612 216002ba6b86
child 2623 9848682af610
equal deleted inserted replaced
2615:08788ae10436 2616:9321e100a7fb
    18 
    18 
    19 <p>
    19 <p>
    20   All records collected for this Grading Survey Group are shown on this page.
    20   All records collected for this Grading Survey Group are shown on this page.
    21 </p>
    21 </p>
    22 
    22 
       
    23 {{ message }}
       
    24 
       
    25 <form method="post">
       
    26   <table>
       
    27     <tr>
       
    28       <td>
       
    29         <input type="submit" name="update_records" value="Start Updating Records" style="font-weight: bold;">
       
    30       </td>
       
    31       <td>
       
    32         <input type="submit" name="update_projects" value="Update Projects with collected Grades" style="font-weight: bold;">
       
    33       </td>
       
    34     </tr>
       
    35   </table>
       
    36 </form>
       
    37 
    23 <p>
    38 <p>
    24   Collection Task last started: {{ entity.last_update_started|date:"jS F Y H:i"|default:"Never Started" }} <br />
    39   Last Record Update started: {{ entity.last_update_started|date:"jS F Y H:i"|default:"Never Started" }} <br />
    25   Collection Task last completed: {{ entity.last_update_completed|date:"jS F Y H:i"|default:"Never Completed" }} <br />
    40   Last Record Update completed: {{ entity.last_update_complete|date:"jS F Y H:i"|default:"Never Completed" }} <br />
    26 </p>
    41 </p>
    27 
    42 
    28 {% for list_number in list.lists %}
    43 {% for list_number in list.lists %}
    29 <p>
    44 <p>
    30 {% include list.nextList %}
    45 {% include list.nextList %}