{{cell.data}}
{%- elif cell.cell_type == 'links' -%}
{% for link in cell.links %}
{{link.data}}
{% endfor %}
{%- elif cell.cell_type == 'action' -%}
{{cell.data}}
{%- else -%}
{{cell.data}}
{%- endif %}