{% if is_read_only %}
Внимание! Сервис находится в режиме read-only. Приносим свои извинения.
{% endif %}
{% csrf_token %} {% if messages %}
{% for message in messages %}
{% endfor %} {% endif %} {% for username, certificates, limit_exceeded, total, to_remove in form.form_data %}

{{ message.message }}

Полученный сертификат будет защищён паролем «q» (без кавычек).



{% if limit_exceeded %} {% for certificate in certificates %} {% endfor %} {% endif %} {% endfor %}
  • BOO