{% load entity_renderer %}
{% if not component.hide_input_details %}

{{ component.field_data.title }} {% if component.mandatory %} * {% endif %}

{{ component.description }}

{% endif %}