{% load i18n %} {% load avatar_tags %} {% load tagging_tags %}
{% avatar photo.member.username 50 %}

Taken By

{{ photo.member.username }}
{{ photo.date_taken|date }}
Viewed {{ photo.view_count }} times
{% if photo.tags %}

Tags

{% trans "Get Embed Code" %}
{% endif %} {% if is_me %}
Edit Photo {% endif %}
{% if is_me %}
{% if tribes %}

Add photo to tribe

{% for tribe in tribes %}
{% if tribe.has_photo %} {{ tribe.name }} {% else %} {{ tribe.name }} {% endif %}
{% endfor %} {% endif %} {% if projects %}

Add photo to project

{% for project in projects %}
{% if project.has_photo %} {{ project.name }} {% else %} {{ project.name }} {% endif %}
{% endfor %} {% endif %}
{% endif %}