mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
Template for ActivityReasonCategory with translation + better looking - refs #622
This commit is contained in:
@@ -26,14 +26,14 @@
|
||||
<td>{{ entity.name|localize_translatable_string }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{{ 'Active' }}</th>
|
||||
<th>{{ 'Active'|trans }}</th>
|
||||
<td>
|
||||
{% if entity.active %}
|
||||
<p>{{ 'The entity is active and will be proposed'|trans }}</p>
|
||||
{% else %}
|
||||
<p>{{ "The entity is inactive and won't be proposed"|trans }}</p>
|
||||
{% endif %}
|
||||
</td>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user