{% macro render(task) -%} {% set rs = task.list_resources('PROFILE_STAT') + task.list_resources('SVG_PROFILE_STAT') %} {% if rs %}

Profile logs

{% for resource in rs %} {% if resource %} {% endif %} {% endfor %}
Session name Http url
{{resource.name}} {{resource.remote_http()}}
{% endif %} {%- endmacro %}