{% extends "base.html" %} {% block header %}

KeyRotation

{% endblock %} {% block content %}

Overview

Enabled
{{ "Yes" if kr.enabled else "No" }}
Rotation Interval
{{ kr.interval }} hour(s)
Backend Type
{{ "JKS" if kr.type == "jks" else "N/A" }}
{% endblock %} {% block js %} {% endblock %}