{% if cell.params.expand_button %}
{% endif %}
{{ cell.value }}
{{ cell.label }}
{% if cell.delta is not none %}
{% if cell.delta > 0 %}▲{% elif cell.delta < 0 %}▼{% endif %} {{ cell.delta }} {% if cell.delta_label %} {{ cell.delta_label }}{% endif %}
{% endif %}
{% if cell.params.caption %}

{{ cell.params.caption }}

{% endif %}