{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Recommend" %}

{% trans "Please enter your and the recipient's e-mail address, and an optional message." %}

{{ tellafriend_form.url.label_tag }} {{ tellafriend_form.url.field.initial }} {{ tellafriend_form.url }} {{ tellafriend_form.url.errors }}
{{ tellafriend_form.email_sender.label_tag }} {{ tellafriend_form.email_sender }} {{ tellafriend_form.email_sender.errors }}
{{ tellafriend_form.email_recipient.label_tag }} {{ tellafriend_form.email_recipient }} {{ tellafriend_form.email_recipient.errors }}
{{ tellafriend_form.message.label_tag }} {{ tellafriend_form.message }} {{ tellafriend_form.message.errors }}
{{ tellafriend_form.captcha }} {{ tellafriend_form.captcha.errors }}
{% endblock %}