{% extends '_include/base.html.twig' %} {% block title %}New Supplier Type {% endblock %} {% block content %}

Supplier Type

{{ include('supplier_type/_form.html.twig') }}
{% endblock %}