{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

Line Items

{% for item in items %} {% endfor %}
Label Name Type Tags Value
{{ item.label }} {{ item.name }} {{ item.type }} {% for tag in item.tags %} {{ tag }} {% endfor %} {% if item.scalar %}{{ item.value }}{% endif %}
{% if tag_chart_data %}
{% endif %} {% if tag_table_html %}
{{ tag_table_html | safe }}
{% endif %} {% endblock %} {% block scripts %} {% if tag_chart_data %} {% endif %} {% endblock %}