{% extends "django_ca/admin/key_value.html" %} {% load i18n %} {% block templates %} {% endblock %} {% block after-add-row-button %}

{% translate "Subject defined by profile" %}

{% translate "The profile defines this subject fragment:" %}

{% blocktranslate trimmed %} Copy the profile subject, discarding any other fields. {% endblocktranslate %}

{% translate "The profile defines no subject." %}

{% blocktranslate trimmed %} Clear the subject to match. {% endblocktranslate %}

{% translate "Subject from CSR" %}

{% translate "Paste a valid CSR above to show values." %}

{% translate "The CSR defines this subject fragment:" %}

{% blocktranslate trimmed %} Copy the CSR subject, discarding any other fields. {% endblocktranslate %}

{% translate "The CSR defines no subject." %}

{% blocktranslate trimmed %} Clear the subject to match. {% endblocktranslate %}

{% endblock %}