{{ photo_form.image }}
{% if photo_form.image.help_text %}
{{ photo_form.image.help_text }}
{% endif %}
{% for error in photo_form.image.errors %}
{{ error }}
{% endfor %}
{{ photo_form.caption }}
{% if photo_form.caption.help_text %}
{{ photo_form.caption.help_text }}
{% endif %}
{% for error in photo_form.caption.errors %}
{{ error }}
{% endfor %}