add spacer after multiple stamps in one year
This commit is contained in:
@ -14,3 +14,8 @@
|
||||
<td></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% ifnotequal year|length 1 %}
|
||||
<tr>
|
||||
<td class="spacer" colspan="12"></td>
|
||||
</tr>
|
||||
{% endifnotequal %}
|
||||
|
Reference in New Issue
Block a user