Template for ActivityReasonCategory with translation + better looking - refs #622

This commit is contained in:
Marc Ducobu
2015-10-02 14:55:58 +02:00
parent e8f8c8e52d
commit 4ef4a64ea6
3 changed files with 36 additions and 26 deletions

View File

@@ -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>