{% if is_photographer %} {% if photo.caption %}

{{ photo.caption }}

{% else %} + Add caption {% endif %}
{% else %} {% if photo.caption %}

{{ photo.caption }}

{% endif %} {% endif %}