{% extends 'base.html' %} {% load bootstrap %} {% block content %}
| Common name | Organization | Organizational unit | Validity | |
|---|---|---|---|---|
| {{ cert.common_name|default:"-" }} | {{ cert.organization|default:"-" }} | {{ cert.organizational_unit|default:"-" }} | {{ cert.valid_from }} {{ cert.valid_until }} |
{% if rule %} {% if not rule.ruleset %} Update rule {% else %} Ruleset rule exists {% endif %} {% else %} Create rule {% endif %} |