{% load util %}
{% load i18n %}
{% if data.poc_set or permissions.can_create %}
{% trans "Contact Information" %}
{% if data.poc_hidden %}
{% if not request.user.is_authenticated %}
{% trans "Some of this network's contacts are hidden because they are only visible to authenticated users and you are currently not logged in." %}
{% elif not request.user.is_verified_user %}
{% trans "Some of this network's contacts are hidden because your user account is not affiliated with any organization." %}
{% endif %}
{% if not request.user.is_authenticated %}
{% trans "Some of this network's contacts are hidden because they are only visible to authenticated users and you are currently not logged in." %}
{% elif not request.user.is_verified_user %}
{% trans "Some of this network's contacts are hidden because your user account is not affiliated with any organization." %}
{% endif %}
{% endif %}
{% if permissions.can_write %}
{% trans "IX-F Import Preview" %}
{% blocktrans %}Below is a preview of changes that will be done to your network during the next IX-F data import. The actual import will run once per day at 00:00Z{% endblocktrans %}
{% blocktrans %}We use locally cached IX-F data to generate this preview - if you are expecting changes to an exchange's IX-F data please give it some time to be reflected here.{% endblocktrans %}
{% blocktrans %}Sometimes we encounter some errors when parsing IX-F data, these will usually affect the import, you can view any of those errors below{% endblocktrans %}
{% trans "IX-F Import Postmortem" %}
{% blocktrans %}Below is a log of changes done to you network -> exchange connections as a result of IX-F data imports. Note that this does not contain any adjustments done by staff to rollback such changes, but should be viewed as a raw log of actions taken by the IX-F data import.{% endblocktrans %}