{% extends "layouts/base.twig" %} {% block title %}{{ translations.list_of_suppliers }}{% endblock %} {% block page_heading %}

{{ translations.supplier }}

{% endblock %} {% block content %}

{{ translations.list_of_suppliers }} {{ translations.add }}

{% if errors is defined and errors|length > 0 %} {% for error in errors %}
{% endfor %} {% else %}
{% if suppliers is defined and suppliers|length > 0 %} {% for supplier in suppliers %} {% endfor %} {% endif %}
{{ translations.name }} {{ translations.type }} {{ translations.country }}
X {{ supplier.getName() }} {{ supplier.getTypeName() }} {{ supplier.getCountryCode() }} {{ translations.catalog }} {% if supplier.IsIntegrated() %} {{ translations.access_to_application }} {% endif %}
{% endif %}
{% endblock %}