{# this template checks for sysadmin and shows a 404 if not. This is a hack as the harvest extension has no way for restricting access #} {% extends "page.html" %} {% block subtitle %} {% if c.userobj.sysadmin %} {{ _("Harvest sources") }} {% else %} {{ gettext('Error %(error_code)s', error_code=c.code[0]) }} {% endif %} {% endblock %} {% block breadcrumb_content %}
{{ _('To the home page of the open data portal') }}
{{ _('If you have any questions or problems with the open data portal, please send an email to opendata@lr.landsh.de or use the contact form:') }}