{% if cell.params.expand_button %}
{% endif %}
{{ cell.value }}
{{ cell.label }}
{% if cell.delta is not none %}
{{ cell.delta_symbol }} {{ cell.delta }}{% if cell.delta_label %} {{ cell.delta_label }}{% endif %}
{% endif %}
{% if cell.params.caption %}

{{ cell.params.caption }}

{% endif %}