{% extends "layouts/base.twig" %} {% block title %}{{ translations.list_of_suppliers }}{% endblock %} {% block page_heading %}
| {{ translations.name }} | {{ translations.type }} | {{ translations.country }} | {% if suppliers is defined and suppliers|length > 0 %} {% for supplier in suppliers %} | |||
|---|---|---|---|---|---|---|
| X | {{ supplier.getName() }} | {{ supplier.getTypeName() }} | {{ supplier.getCountryCode() }} | {{ translations.catalog }} | {% if supplier.IsIntegrated() %} {{ translations.access_to_application }} {% endif %} |