xmpp.chapril.org-conversejs/html/project_info.html
2012-03-01 14:34:26 +01:00

12 lines
446 B
HTML

{% load i18n %}
<h2>{% trans "Project Information" %}</h2>
<p>{% trans "Project website:" %} <a href="{{ object.web }}">{{ object.web }}</a></p>
{% if object.mail %}
<p>{% trans "Mailing list for translators:" %} <a href="mailto:{{ object.mail }}">{{ object.mail }}</a></p>
{% endif %}
{% if object.instructions %}
<p>{% trans "Instructions for translators:" %} <a href="{{ object.instructions }}">{{ object.instructions }}</a></p>
{% endif %}