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

{{ page_obj.paginator.count }} SCEP configuration{{ page_obj.paginator.count|pluralize }}

{% if perms.mdm.add_scepconfig %}

Create

{% endif %} {% if next_url or previous_url %} {% endif %} {% if object_list %} {% for scep_config in object_list %} {% endfor %}
Name URL created at updated at
{{ scep_config }} {{ scep_config.url }} {{ scep_config.created_at|date:"SHORT_DATETIME_FORMAT" }} {{ scep_config.updated_at|date:"SHORT_DATETIME_FORMAT" }}
{% endif %} {% if next_url or previous_url %} {% endif %} {% endblock %}