add spacer after multiple stamps in one year

This commit is contained in:
koksnuss 2020-04-27 23:02:22 +02:00
parent 1e96384078
commit d368a20966

View File

@ -14,3 +14,8 @@
<td></td>
</tr>
{% endfor %}
{% ifnotequal year|length 1 %}
<tr>
<td class="spacer" colspan="12"></td>
</tr>
{% endifnotequal %}