{% extends 'base.html' %} {% load bootstrap %} {% block content %}

{{ paginator.count }} Manifest{{ paginator.count|pluralize }}

Create

{{ form.name|bootstrap_inline }}
{% for manifest in object_list %} {% endfor %}
Manifest Business unit
{{ manifest }} {{ manifest.meta_business_unit }}
{% endblock %}