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

{{ object_list|length }} blueprint{{ object_list|length|pluralize }}

{% if perms.mdm.add_blueprint %}

Create

{% endif %} {% if object_list %} {% for blueprint in object_list %} {% endfor %}
Name Artifacts DEP enr. OTA enr. User enr. updated at
{{ blueprint }} {{ blueprint.blueprintartifact__count }} {{ blueprint.depenrollment__count }} {{ blueprint.otaenrollment__count }} {{ blueprint.userenrollment__count }} {{ blueprint.updated_at|date:"SHORT_DATETIME_FORMAT" }}
{% endif %} {% endblock %}