Behaviours
-
{% for behaviour in agent.behaviours %}
-
{% if behaviour.is_killed() %} {% else %} {% endif %}{{ behaviour }} {% if not behaviour.is_killed() %} {% endif %} Template: {% filter escape %}{{ behaviour.template }}{% endfilter %}
{% endfor %}
Contacts
-
{% for contact in contacts %}
-
{{ contact.jid }} {% if contact.show == "AWAY" or contact.show == "XA" or contact.show == "DND" or contact.show == "EXTENDED_AWAY" or contact.show == "DO_NOT_DISTURB" %} {{ contact.show }} {% elif contact.show == "NONE" or contact.show == "PLAIN" or contact.show == "CHAT" or contact.show == "FREE_FOR_CHAT" %} ONLINE {% else %} OFFLINE {% endif %}
{% endfor %}