{# label table #} {% for i in 0..1 %} {% if i == 0 %} {% endif %} {% endfor %}
{% block signature_twice_content_title %}
{{ columnList[i].label|raw }}
{% endblock %}
{# content table #} {% for i in 0..1 %} {% if i == 0 %} {% endif %} {% endfor %}
{% for line in columnList[i].lineList %} {% set lineClass = line.lineClass is defined ? line.lineClass : 'fs-14 lh-18 fw-400 t-black' %} {% set hasSpaceAfter = line.hasSpaceAfter is defined and line.hasSpaceAfter == true ? line.hasSpaceAfter : false %} {% set lineAfterContent = line.lineAfterContent is defined and line.lineAfterContent == true ? line.lineAfterContent : false %} {% set hasBigSpaceAfter = line.hasBigSpaceAfter is defined and line.hasBigSpaceAfter == true ? line.hasBigSpaceAfter : false %} {% if lineAfterContent == false %}

{{ line.content|raw }}

{% else %}
{{ line.content|raw }}
{% endif %} {% if hasSpaceAfter == true %}
{% endif %} {% if hasBigSpaceAfter == true %}
{% endif %} {% endfor %}