fix: show appropriate placeholders
This commit is contained in:
@@ -53,7 +53,11 @@
|
|||||||
{{ ('label.application.status.' ~ application.status)|trans }}
|
{{ ('label.application.status.' ~ application.status)|trans }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ application.pickup|bpn_pickup_label|default('-') }}
|
{% if application.pickup %}
|
||||||
|
{{ application.pickup|bpn_pickup_label }}
|
||||||
|
{% else %}
|
||||||
|
-
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ application.requests|default('-')|nl2br }}
|
{{ application.requests|default('-')|nl2br }}
|
||||||
@@ -150,7 +154,11 @@
|
|||||||
{{ ('label.disposition.status.' ~ disposition.status)|trans }}
|
{{ ('label.disposition.status.' ~ disposition.status)|trans }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
{% if disposition.pickup %}
|
||||||
{{ disposition.pickup|bpn_pickup_label }}
|
{{ disposition.pickup|bpn_pickup_label }}
|
||||||
|
{% else %}
|
||||||
|
-
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ disposition.remarks|default('-')|nl2br }}
|
{{ disposition.remarks|default('-')|nl2br }}
|
||||||
|
|||||||
Reference in New Issue
Block a user