summaryrefslogtreecommitdiffstats
path: root/qtip/cli/templates/qpi.j2
blob: cc85f10d1cce5c49c6e2641d42dc44455a9d4dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Name: {{ title }}
Description: {{ description }}
{% for section in sections %}
  Name: {{ section.name }}
  Weight: {{ section.weight }}
  Formula: {{ section.formula }}
  Metrics:
  {% for metric in section.metrics %}
    {{ metric }}
  {% endfor %}
{% endfor %}