{% extends 'admin/base_site.html' %} {% load i18n l10n admin_urls static %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %} {% if ca_count %} {% blocktrans %}

Are you sure you want to renew the selected CAs and their related certificates?

All the CAs listed below with related certificates will be renewed.

{% endblocktrans %} {% else %} {% blocktrans %}

Are you sure you want to renew the selected certificates?

All the certificates listed below will be renewed.

{% endblocktrans %} {% endif %}

{% trans 'Summary:' %}

{% trans 'Objects:' %}

No, take me back
{% endblock content %}