{% extends "webwhois/block_main.html" %} {% load i18n %} {% block title %} {{ block.super }} - {{ text_title }} {% endblock %} {% block webwhois_header %}

{{ text_header }}

{% endblock %} {% block webwhois_content %}

{% if company_email %} {% blocktrans trimmed %} Copy the following text and insert it into an email, sign it with your digital signature and send it at {{ company_email }}. {% endblocktrans %} {% else %} {% blocktrans trimmed %} Copy the following text and insert it into an email, sign it with your digital signature and send it at our company email. {% endblocktrans %} {% endif %}

{{ text_subject }}
{{ text_content }}
{% trans "Authorized person" %}:
{% endblock %} {% block webwhois_footer %}{% endblock webwhois_footer %}