Merge #19986 - Improve error message if table is not available

Pull-request: #19986
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2025-12-14 11:04:43 +01:00
commit f510b6ec88
No known key found for this signature in database
GPG Key ID: 70684F4717D49A31

View File

@ -234,7 +234,11 @@
<td colspan="{{ action_colspan }}"
class="text-center">
{% trans 'in use' %}
{% if current_table['Comment'] is not empty %}
{{ current_table['Comment'] }}
{% else %}
{% trans 'in use' %}
{% endif %}
</td>
{% endif %}
</tr>