mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	| @@ -31,7 +31,7 @@ | ||||
|                 <span class="role_scope role">{{ role_scope.role|trans }}</span>  | ||||
|                 {% if expanded_roles[role_scope.role]|length > 1 %} | ||||
|                         <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 %} | ||||
|             </td> | ||||
|             <td> | ||||
|   | ||||
| @@ -30,7 +30,7 @@ | ||||
|                     {{ role_scope.role|trans }}  | ||||
|                     {% if expanded_roles[role_scope.role]|length > 1 %} | ||||
|                         <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 %} | ||||
|                 </td> | ||||
|                 <td>{%- if role_scope.scope is not null -%} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user