{% extends 'base.html' %} {% load i18n %} {% block title %} - {% trans "Contact" %}{% endblock %} {% block content %} {% trans "Contact" as ch_title %} {% with ch_icon="icon-pushpin" ch_title=ch_title ch_bc1=ch_title %} {% include "layout_elements/category_header.html" %} {% endwith %}
{{ site_config.contact_text|safe }}
{% trans "Disclaimer" as sh_title %} {% with sh_title=sh_title sh_icon="icon-warning-sign" sh_url_title="" %} {% include "layout_elements/section_header.html" %} {% endwith %}
{% trans "disclaimer_text" %}
{% trans "Credits" as sh_title %} {% with sh_title=sh_title sh_icon="icon-heart" sh_url_title="" %} {% include "layout_elements/section_header.html" %} {% endwith %} {% trans "Pictures" as sh_title %} {% with sh_title=sh_title sh_icon="icon-picture" sh_url_title="" %} {% include "layout_elements/section_header.html" %} {% endwith %}
{% trans "credits_pictures_text" %}
{% for image in image_list %} {% endfor %}
{{ image.title }} {% if image.attribution_url %} {% endif %} {{ image.attribution }} {% if image.attribution_url %} {% endif %}
{% endblock %}