{{ spark.title }}{% if !spark.caption.is_empty() %} ยท {{ spark.caption }}{% endif %}
{% if spark.empty %}

No data yet.

{% else %} {% for bar in spark.bars %}{{ bar.label }} {% endfor %}{% if !spark.points.is_empty() %}{% endif %}
{{ spark.first_label }}{{ spark.last_label }}
{% if !spark.legend.is_empty() %}{% endif %} {% endif %}