• {{ text_customers }}
  • {% if customers is not empty %} {% for customer in customers %}
  • {{ customer.name }} - {{ customer.email }}
  • {% endfor %} {% else %}
  • {{ text_no_result }}
  • {% endif %}