{% load datatable_tags %}
{{ entry.label }} | {% if entry.link %}{% endif %}
{% if entry.multiple_lines %}
{% for x in entry.html %}
{{ entry.css_class }}">{{ x|safe }} {% endfor %} {% else %} {{ entry.html|safe }} {% endif %} {% if entry.link %}{% endif %} |