{% if adding %} {% import 'languages/'+lang|default('en')+'.html' as lang %} {% endif %} {% for ssh in sshs %} {% if ssh.key_enabled == 1 %} {% else %} {% endif %} {% if g.user_params['role'] == 1 %} {% endif %} {% if ssh.shared == 1 %} {% else %} {% endif %}

{% if ssh.key_enabled == 1 %} {% else %} {% endif %}
{% if ssh.shared and g.user_params['group_id']|string() != ssh.group_id|string() %} {% else %} {% endif %} {% if ssh.shared and g.user_params['group_id']|string() != ssh.group_id|string() %} {% endif %} {% endfor %}