<%
    const notConfiguredText =
        (typeof Craft !== 'undefined' && Craft.t)
            ? Craft.t('freeform', 'This HTML field has not been configured yet.')
            : 'This HTML field has not been configured yet.';
%>

<% if (!content) { %>
    <%= notConfiguredText %>
<% } %>

<%= content %>