{% macro ComponentJob(uuid,grupo, titulo, descricao, is_running, is_task,last_run, stoped) %} {% if is_running == True%} {% set root_class = 'jobs-running' %} {% else %} {% set root_class = 'jobs-stopped' %} {% endif %}
{{grupo}}
{{descricao}}