<#include "/admin/plugins/genericattributes/modules/cgu/commons.html" />
<#if getResponseContainingTheFieldWithCode( list_responses, "cgu_code" )?? > <#assign responseCguCode = getResponseContainingTheFieldWithCode( list_responses, "cgu_code" ) > <#if getResponseContainingTheFieldWithCode( list_responses, "is_accepted_cgu" )?? > <#assign responseIsAcceptedCgu = getResponseContainingTheFieldWithCode( list_responses, "is_accepted_cgu" ) > <#if getResponseContainingTheFieldWithCode( list_responses, "cgu_version" )?? > <#assign responseCguVersion = getResponseContainingTheFieldWithCode( list_responses, "cgu_version" ) >
<#if responseIsAcceptedCgu?? && responseIsAcceptedCgu.toStringValueResponse == "true"> #i18n{module.genericattributes.cgu.entryType.termsOfService.readOnly.link} <#else> <@tag color='warning'><@icon style='exclamation-triangle' /> #i18n{module.genericattributes.cgu.entryType.termsOfService.readOnly.unknown}