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

Artifact{{ page_obj.paginator.count|pluralize }} ({{ page_obj.paginator.count }})

{{ form }}
{% if perms.mdm.add_artifact %} {% endif %}
{% if page_obj %} {% pagination next_url previous_url %} {% for artifact in page_obj %} {% endfor %}
Name Type Platforms Blueprints created at updated at
{{ artifact }} {{ artifact.get_type_display }} {{ artifact.platforms|join:", " }} {{ artifact.blueprintartifact__count }} {{ artifact.created_at|date:"SHORT_DATETIME_FORMAT" }} {{ artifact.updated_at|date:"SHORT_DATETIME_FORMAT" }}
{% pagination next_url previous_url %} {% elif form.has_changed %} {% url 'mdm:artifacts' as empty_results_url %} {% empty_results empty_results_url %} {% endif %} {% endblock %}