{% load entity_renderer %}
{{ component.description }}
{% endif %} {% if component.options %} {{ component.options|jsonify|striptags }} {% endif %} {% if component.properties %} {{ component.properties|jsonify|striptags }} {% endif %} {% if component.value %} {{ component.value|jsonify|striptags }} {% endif %}