{% extends "photos/base.html" %} {% load i18n %} {% load uni_form %} {% block head_title %}{% blocktrans %}Editing Photo Details{% endblocktrans %}{% endblock %} {% block body %}
{% include "photos/photo_right_panel.html" %}

{% trans "Photo Details" %}

{% ifequal photo.member request.user %}
{{ photo_form|as_uni_form }}
{% else %}

You are not the author of this photo.

{% endifequal %} {% endblock %}