{{ trace }}
|
{% if point.branch_header %}
{% endif %}
{{ point.kind|safe }}
{% if point.method %}[{{ point.method }}]{% endif %}
{% if point.status %}
{{ point.status }} {{ point.prompt }}
{% endif %}
{% if not point.preview %}
{{ point.exchange }}
{% endif %}
{{ point.path }}
{% if point.preview %}
Preview in browser
{% else %}
{{ point.routing_key }}
{% endif %}
|
{% endfor %}