mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove (⚑) mark in added roles table (use flag only in form select)
This commit is contained in:
parent
83ce3b3e92
commit
91d40d9153
@ -35,13 +35,13 @@
|
|||||||
{% for role_scope in role_scopes %}
|
{% for role_scope in role_scopes %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<span class="role_scope role">{{ role_scope.role|trans }}</span>
|
<span class="role_scope role">{{ role_scope.role|trans|replace({'(⚑)': ''}) }}</span>
|
||||||
{% if expanded_roles[role_scope.role]|length > 1 %}
|
{% if expanded_roles[role_scope.role]|length > 1 %}
|
||||||
<div class="help-text">
|
<div class="help-text">
|
||||||
<span style="text-decoration: underline dotted;">{{ 'Which implies'|trans }} :</span>
|
<span style="text-decoration: underline dotted;">{{ 'Which implies'|trans }} :</span>
|
||||||
{% for role in expanded_roles[role_scope.role] %}
|
{% for role in expanded_roles[role_scope.role] %}
|
||||||
{% if role != role_scope.role %}
|
{% if role != role_scope.role %}
|
||||||
{{ role|trans }}
|
{{ role|trans|replace({'(⚑)': ''}) }}
|
||||||
{% if not loop.last %}, {% endif %}
|
{% if not loop.last %}, {% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user