{% extends 'owlca/base.html' %} {% load guardian_tags %} {% block content %} {% get_obj_perms request.user for certificationauthority as "ca_perms" %}
{{ certificationauthority.comment }}
{% if certificationauthority.cert %}No self-signed certificate!
{% endif %} {% if "manage_certificationauthority" in ca_perms %}CA has not issued any certificates
{% endif %}CA has not issued any certificates
{% endif %} {% endif %} {% endblock %}