$def with (email=None, url=None, done=False, recaptcha=None) $# Template entry point for /contact page $var title: $_('How can we help?')

$_("How can we help?")

$if done: $:_('Your question has been sent to our support team. We\'ll get back to you shortly. You can also contact us on Twitter.')

$:_('Please check our Help Pages and Frequently Asked Questions (FAQ) to see if your question is answered there. Thank you.')

($_('We\'ll need this if you want a reply'))

$_("If you wish to be contacted by other means, please add your contact preference and details to your question.")

$_("Note: our staff will likely only be able respond in English.")

$_("If you encounter an error message, please include it. For questions about our books, please provide the title/author or Open Library ID.")

$if recaptcha: $:render_template("recaptcha", recaptcha.public_key, error=None)
    $_("Cancel")