{#
IMPROVEMENTS:
Make a query which will used to get the answers of current user of current login.
Now we're using loop to match the user which is not recomended.
Remove {% for notallowed in userDetails.whoCanUpdateCustomFields %} this block and used listOfNonEditableField in WhoCanUpdateCustomFieldRepository.php file as I'm using in the UserRegistration.php in validateAndUpdateCustomFieldData_part1 method
#}
{% set fieldSection = '' %}
{% for fieldKey, field in fieldLIst %}
{# dispaly field sections #}
{% if field.customFieldSections.name is defined and field.customFieldSections.name != fieldSection %}
{% if fieldKey != 0 %}