Skip to content

Commit

Permalink
Merge pull request #376 from dinukadesilva/updated-report-templates
Browse files Browse the repository at this point in the history
Adding multiple pages for different combination of signatures
  • Loading branch information
dinukadesilva authored Nov 16, 2019
2 parents 0a519d2 + b08692b commit 4d6a673
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/PRE_ALL_ISLAND_RESULTS.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends 'base.html' %}

{% block container %}
{% for pageNumber in [1,2,3,4] %}
<style>
.table td, .table th {
padding: 3px;
Expand Down Expand Up @@ -211,27 +212,34 @@
<!-- </table>-->
<table class="table table-borderless signatures" style="margin-top: 30px;margin-bottom: 20px;">
<tr style="text-align:center;">
{% if pageNumber in [1,2,3,4] %}
<td>
....................................</br>
MAHINDA DESHAPRIYA</br>
Chairman</br>
Election Commission
</td>
{% endif %}
{% if pageNumber in [1,2] %}
<td>
....................................</br>
N. J. ABEYESEKERE</br>
Member</br>
Election Commission
</td>
{% endif %}
{% if pageNumber in [1,3] %}
<td>
....................................</br>
S. RATNAJEEVAN H. HOOLE</br>
Member</br>
Election Commission
</td>
{% endif %}
</tr>
</table>
<strong>Election Secretariat, Sarana Mawatha, Rajagiriya.</strong>

</div>
{% endfor %}
{% endblock %}

0 comments on commit 4d6a673

Please sign in to comment.