{% extends 'generic/object.html' %}{% load helpers %} {% block extra_controls %}{% if can_export or can_export_pfx %} Export Bundle{% endif %}{% if can_add_link %} Link Object{% endif %}{% endblock %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Status | {{ object.get_status_display }} |
| Archive Format | {{ object.get_archive_format_display }} |
| Source File | {{ object.source_filename|placeholder }} |
| Certificate | {% if visible_certificate %}{{ visible_certificate }}{% else %}—{% endif %} |
| Private Key | {% if visible_private_key %}{{ visible_private_key }}{% else %}—{% endif %} |
| CSR | {% if visible_csr %}{{ visible_csr }}{% else %}—{% endif %} |