mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
Change PickGenderType form field to use in Person creation form
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<th>id</th>
|
||||
<th>{{ 'gender.label'|trans }}</th>
|
||||
<th>{{ 'gender.icon'|trans }}</th>
|
||||
<th>{{ 'gender.isGrammatical'|trans }}</th>
|
||||
<th>{{ 'gender.genderTranslation'|trans }}</th>
|
||||
<th>{{ 'gender.active'|trans }}</th>
|
||||
<th>{{ 'gender.ordering'|trans }}</th>
|
||||
<th></th>
|
||||
@@ -16,15 +16,8 @@
|
||||
<tr>
|
||||
<td>{{ entity.id }}</td>
|
||||
<td>{{ entity.label|localize_translatable_string }}</td>
|
||||
{# todo: decide which icon source to use#}
|
||||
<td><i class="{{ entity.icon }}"></i></td>
|
||||
<td style="text-align:center;">
|
||||
{%- if entity.isGrammatical -%}
|
||||
<i class="fa fa-check-square-o"></i>
|
||||
{%- else -%}
|
||||
<i class="fa fa-square-o"></i>
|
||||
{%- endif -%}
|
||||
</td>
|
||||
<td>{{ entity.genderTranslation.value }}</td>
|
||||
<td style="text-align:center;">
|
||||
{%- if entity.active -%}
|
||||
<i class="fa fa-check-square-o"></i>
|
||||
|
Reference in New Issue
Block a user