{% if testimonialsBanner.content.first_line and testimonialsBanner.content.first_line != '' %}
{{testimonialsBanner.content.first_line}}
{% endif %}
{% if testimonialsBanner.content.number_of_customers and testimonialsBanner.content.number_of_customers != '' %}
{{testimonialsBanner.content.number_of_customers}}
{% endif %}
{% if testimonialsBanner.content.second_line and testimonialsBanner.content.second_line != '' %}
{{testimonialsBanner.content.second_line}}
{% endif %}