{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
RPKI Customer Certificate
Name {{ object.name }}
Issuer {{ object.issuer }}
Subject {{ object.subject }}
Serial {{ object.issuer }}
Valid From {{ object.validFrom }}
Valid To {{ object.validTo }}
Public Key {{ object.publicKey }}
Private Key {{ object.privateKey }}
Publication URL {{ object.publicationUrl }}
CA Repository {{ object.caReporitory }}
Self Hosted {{ object.selfHosted }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
ROAs
{% render_table roas_table %}
{% endblock content %}