{% load utils %} {% for action in pipeline %}
  • {{ action.levelĀ }} - {{ action.name }}
  • {% if 'pipeline' in action %} {% include 'lava_scheduler_app/_pipeline_actions.html' with pipeline=action.pipeline %} {% endif %} {% endfor %}