{% import 'languages/'+lang|default('en')+'.html' as lang %}
{% from 'include/input_macros.html' import input, checkbox, copy_to_clipboard %}
{% for agent in agents %}
{{agent.name.replace("'","")}}{% if agent.description %} ({{agent.description.replace("'", "")}}) {% endif %}
{% if g.user_params['group_id']|string() == agent.group_id|string() or g.user_params['role'] == 1 %}
{% if g.user_params['role']|string() <= '3' %}
{% endif %}
{% if g.user_params['role'] <= 2 %}
{% endif %}
{% endif %}