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

{{ translations.supplier }}

{% endblock %} {% block content %}

{{ translations.delete_supplier }}

{% if information is defined and information|length > 0 %} {% for inf in information %}
{% endfor %} {% endif %} {% if errors is defined and errors|length > 0 %} {% for error in errors %}
{% endfor %} {% else %}
{{ row.getName() }}
{% endif %}
{% endblock %}