{% load i18n %}

{% trans "Project Information" %}

{% 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 %}