{% extends 'inventory/base.html' %} {% block title %}Add Supplier{% endblock %} {% block content %}

ADD SUPPLIER

{% if messages %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% endif %}
{% csrf_token %}
Supplier Information

Address Information

Tax Information

{% endblock %}