Adding a column for community work penalties on Criminal Documents
This commit is contained in:
@@ -84,6 +84,10 @@
|
||||
<br /><small>{% trans %}title_hours{% endtrans %}:</small>
|
||||
<small>{{ i.amountTime ? i.amountTime ~ ' h' :'value_no_value'|trans}}</small>
|
||||
{% endif %}
|
||||
{% if i.amountCommunityWork is defined %}
|
||||
<br /><small>{% trans %}title_community_work{% endtrans %}:</small>
|
||||
<small>{{ i.amountCommunityWork ? i.amountCommunityWork ~ ' h' :'value_no_value'|trans}}</small>
|
||||
{% endif %}
|
||||
{% if i.accessorySentence is defined and i.accessorySentence is not null %}
|
||||
<br /><small data-bs-toggle="tooltip" data-placement="top" title="{{ i.accessorySentence|striptags }}">{% trans %}title_accessorySentence{% endtrans %} : {{ 'value_yes'|trans}}</small>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user