## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%def name="page_head()"> <%def name="title()"> ${_("Contact")} <%def name="body()"> % if contact_received==1:

Thank You

${_("We have received your message and will contact you as soon as we can.")}

% else:

Email

You can use the following form to contact us

If you have a problem installing packages please make sure you first read the instructions.

If you want to request a new package/package upgrade please use the "Report a bug" function at launchpad.

* denotes a required field

If you have problems installing an application also send us the output of the command 'apt-cache policy'

*

*

*

IRC

You can find us in #getdeb on irc.freenode.net.

% endif ## Contact email settings <%def name="destination_email()"> ## mangle to avoid spambots ${"%s@%s" % ('contact','getdeb.net')}