{{ title }}
{% if valueType == 'percentage' %} {{ value|float * 100 }}% {% else %} {{ value }} {% endif %}
{% if description %}
{{ description }}
{% endif %} {% if trend %}
{{ trend.value }}
{% endif %}
{% if showIndicator %}
{% endif %}
{% if hasDetails %}
Details
{% endif %}