{% extends "django_ca/admin/key_value.html" %}
{% load i18n %}
{% block templates %}
{# subject-input-element: template used to show the subject contained in the CSR or profile #}
{% translate "The profile defines this subject fragment:" %}
{% blocktranslate trimmed %} , discarding any other fields. {% endblocktranslate %}
{% translate "The profile defines no subject." %}
{% blocktranslate trimmed %} to match. {% endblocktranslate %}
{% translate "Paste a valid CSR above to show values." %}
{% translate "The CSR defines this subject fragment:" %}
{% blocktranslate trimmed %} , discarding any other fields. {% endblocktranslate %}
{% translate "The CSR defines no subject." %}
{% blocktranslate trimmed %} to match. {% endblocktranslate %}