{% extends 'base_assets.html' %} {% block title %}Supplier List{% endblock %} {% load paginator from filters %} {% load widget_tweaks %} {% block content %}

Suppliers

{% include 'partials/generic_list.html' with edit="supplier_update" detail="supplier_detail" create="supplier_create" %} {% endblock %}