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

{{ object_list|length }} PPD{{ object_list|length|pluralize }}

{% if perms.monolith.add_printerppd %}

Upload

{% endif %} {% for ppd in object_list %} {% endfor %}
Model name Manufacturer Created at
{{ ppd.model_name }} {{ ppd.manufacturer }} {{ ppd.created_at }}
{% endblock %}