{% load i18n %}

{% trans "Project website:" %} {{ object.web }}

{% if object.mail %}

{% trans "Mailing list for translators:" %} {{ object.mail }}

{% endif %} {% if object.instructions %}

{% trans "Instructions for translators:" %} {{ object.instructions }}

{% endif %} {% if object.license %}

{% trans "Translation license:" %} {% if object.license_url %} {{ object.license }}

{% else %} {{ object.license }} {% endif %} {% endif %}