{% load static %} {% load markdownify %} {% load cl_extras %}

{% if not component.hide_input_title %}

{{ component.field_data.title }}

{% endif %} {% if not component.hide_input_details %}

{{ component.description }}

{% endif %} {% if component.value|length %} {{ component.value|markdownify }} {% else %} No data {% endif %}