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

{{ translations.supplier }}

{% endblock %} {% block content %}

{{ translations.add_new_supplier }}

{% if information is defined and information|length > 0 %} {% for inf in information %}
{% endfor %} {% endif %} {% if messages is defined and messages|length > 0 %}
{% endif %} {% if warnings is defined and warnings|length > 0 %}
{% endif %} {% if errors is defined and errors|length > 0 %} {% for error in errors %}
{% endfor %} {% else %}
{% endif %}
{% endblock %}