mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
parent
841c1ca625
commit
9eeb685d8f
@ -31,7 +31,7 @@
|
|||||||
<span class="role_scope role">{{ role_scope.role|trans }}</span>
|
<span class="role_scope role">{{ role_scope.role|trans }}</span>
|
||||||
{% if expanded_roles[role_scope.role]|length > 1 %}
|
{% if expanded_roles[role_scope.role]|length > 1 %}
|
||||||
<br/>
|
<br/>
|
||||||
<small>{{ 'Which implies'|trans }} : {% for role in expanded_roles[role_scope.role] %}{{ role }}{% if not loop.last %}, {% endif %}{% endfor %}</small>
|
<small>{{ 'Which implies'|trans }} : {% for role in expanded_roles[role_scope.role] %}{{ role|trans }}{% if not loop.last %}, {% endif %}{% endfor %}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
{{ role_scope.role|trans }}
|
{{ role_scope.role|trans }}
|
||||||
{% if expanded_roles[role_scope.role]|length > 1 %}
|
{% if expanded_roles[role_scope.role]|length > 1 %}
|
||||||
<br/>
|
<br/>
|
||||||
<small>{{ 'Which implies'|trans }} : {% for role in expanded_roles[role_scope.role] %}{{ role }}{% if not loop.last %}, {% endif %}{% endfor %}</small>
|
<small>{{ 'Which implies'|trans }} : {% for role in expanded_roles[role_scope.role] %}{{ role|trans }}{% if not loop.last %}, {% endif %}{% endfor %}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>{%- if role_scope.scope is not null -%}
|
<td>{%- if role_scope.scope is not null -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user