{{user.fullname}}
{{user.email}}
{{user.description}}
|
When / Who
|
Origin
|
Context
|
Request info
|
Roles
|
Request agent
|
---|---|---|---|---|---|---|
|
{% if user and user.name != '' %}
{{it.content.when}}
line: {{it.line_id}}
{% if it.content.sid != '' %} SID: {{it.content.sid}} {% endif %}
{% if it.content.id != '' %} ID: {{it.content.id}} {% endif %}
{% if user and user.name != '' %} {{user.name}}{% endif %}
{{it.content.when}}
line: {{it.line_id}}
{% if it.content.sid != '' %} SID: {{it.content.sid}} {% endif %}
{% if it.content.id != '' %} ID: {{it.content.id}} {% endif %}
{% endif %}
|
{{it.content.origin}}
{{it.content.trigger}}
|
{% set arr_info = it.content.info | split(pat=",") %}
{% if arr_info | length > 1 %}
{% else %}
{{it.content.info}}
{% endif %}
{{it.content.context}}
|
{% if ip != "" %}
IP: {{ip | replace(from=":", to=" -> ")}}
{% endif %}
{% if it.content.req.ref and it.content.req.ref != "" %}
Ref: {{it.content.req.ref}}
{% endif %}
{% if it.content.req.auth and it.content.req.auth != "" %}
Auth: {{it.content.req.auth}}
{% endif %}
{% if it.content.req.int and it.content.req.int != "" %}
Int: {{it.content.req.int}}
{% endif %}
|
{% set roles = it.content.role | split(pat=",") %} {% for rol in roles %} {% if rol != "" %} {{rol}} {% endif %} {% endfor %} |
{% if agent != "" %}
{% set arr_agent = agent | split(pat=")") %}
{% for agnt in arr_agent %}
{{agnt}})
{% endfor %}
{% endif %}
|