{% load i18n %}

{% trans 'Hello' %},

{% trans 'A new corporation contacted us and wants to exchange data.' %}

{% trans 'Here is the information they provided about them:' %}

{% trans 'Corporation:' %}
{{corp}} [{{corp.ticker}}]
{% trans 'Alliance:' %}
{{corp.allianceName}} <{{corp.allianceTicker}}>
{% trans 'URL of their ECM server:' %}
{{corp.ecm_url}}

{% trans 'You should verify this information and choose if you trust them in return.' %}

http{% if use_https %}s{% endif %}://{{ host_name }}/admin/corp/corporation/{{corp.corporationID}}/

{% trans 'Fly Safe!' %}