timer type should always be in its own line

This commit is contained in:
Peter Pfeufer 2021-10-20 15:34:57 +02:00
parent b31521c758
commit a4723c5942
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -49,7 +49,7 @@
<td style="width:150px" class="text-center"> <td style="width:150px" class="text-center">
{{ timer.details }} {{ timer.details }}
{% if timer.timer_type != 'UNSPECIFIED' %} {% if timer.timer_type != 'UNSPECIFIED' %}
({{ timer.get_timer_type_display }}) <br>({{ timer.get_timer_type_display }})
{% endif %} {% endif %}
</td> </td>
<td class="text-center"> <td class="text-center">
@ -216,7 +216,7 @@
<td style="width:150px" class="text-center"> <td style="width:150px" class="text-center">
{{ timer.details }} {{ timer.details }}
{% if timer.timer_type != 'UNSPECIFIED' %} {% if timer.timer_type != 'UNSPECIFIED' %}
({{ timer.get_timer_type_display }}) <br>({{ timer.get_timer_type_display }})
{% endif %} {% endif %}
</td> </td>
<td class="text-center"> <td class="text-center">
@ -389,7 +389,7 @@
<td style="width:150px" class="text-center"> <td style="width:150px" class="text-center">
{{ timer.details }} {{ timer.details }}
{% if timer.timer_type != 'UNSPECIFIED' %} {% if timer.timer_type != 'UNSPECIFIED' %}
({{ timer.get_timer_type_display }}) <br>({{ timer.get_timer_type_display }})
{% endif %} {% endif %}
</td> </td>
<td class="text-center"> <td class="text-center">