Observium_CE/tests/templates/grand_parent_context/grand_parent_context.mustache

8 lines
200 B
Plaintext

{{grand_parent_id}}
{{#parent_contexts}}
{{parent_id}} ({{grand_parent_id}})
{{#child_contexts}}
{{child_id}} ({{parent_id}} << {{grand_parent_id}})
{{/child_contexts}}
{{/parent_contexts}}