{% trans "info" %}
{% trans 'Contact for questions' %}
{% if view.project.contact_name %}{{ view.project.contact_name }}
{% endif %} {% if view.project.contact_address_text %}{{ view.project.contact_address_text|linebreaks }}
{% endif %} {% if view.project.contact_phone %}{% trans 'Telephone' %}: {{ view.project.contact_phone }}
{% endif %} {% if view.project.contact_email %} {% trans 'Email' %} {% endif %} {% if view.project.contact_url %} {% trans 'Website' %} {% endif %} {% endif %}