{% if carriers %} {% for c in carriers %} {% endfor %}
ID Company Contact Email Phone Notes
{{ c.id }} {{ c.companyName }} {{ c.contact_person }} {{ c.email }} {{ c.phone_number }} {{ c.notes }}
{% else %}

No Carriers to Display

{% endif %}