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