{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_certificate_form{% endblock %} {% block form_action %}{% url 'horizon:project:updatecertificate' certificate_id %}{% endblock %} {% block modal-header %}{% trans "Edit Certificate" %}{% endblock %} {% block modal-body %}
{% trans "Select a Certificate to bind to the VIP. Only VIPs with HTTPS port types are available." %}