{% extends "granadilla/base.html" %} {% load granadilla_tags %} {% load i18n %} {% block subtitle %}{{ object }}{% endblock %} {% block breadcrumbs %}{% granadilla_title %} › {{ object }}{% endblock %} {% block content %}
{{ object }}
{% if object.photo and can_edit %}

{% trans "Remove photo" %}

{% endif %}
{% csrf_token %} {% if can_edit %} {{ form }} {% else %} {% for f in form %} {% ifnotequal f.name "photo" %} {% endifnotequal %} {% endfor %} {% endif %}
{% trans "Email" %}: {{ object.email }}
 
{{ f.label }}: {% field_value f %}
vCard: {% trans "Download" %}
{% endblock %}