<div class="artist__detail">
<p>
{% if artist.photo %}
+ <figure class="artist__img">
<img class="artist__portrait{% if artist.photo_alignment == 'left' %}--left{% elif artist.photo_alignment == 'right' %}--right{% else %}--center{% endif %}" src="{{ MEDIA_URL }}/{% if artist.photo_featured %}{{ artist.photo_featured }}{% else %}{{ artist.photo }}{% endif %}" />
-
+ <figcaption class="artist__img__copyright">
+ {{ artist.photo_credits }}
+ </figcaption>
+ </figure>
{% endif %}
{{ artist.bio|safe }}
<br style="clear: both;" />
<a href="{% url 'festival-artist-detail' artist.slug %}" class="artist__item__inner">
<figure class="artist__img">
<img src="{% if artist.photo_featured %}{{ MEDIA_URL }}/{{ artist.photo_featured }}{% elif artist.photo %}{{ MEDIA_URL }}/{{ artist.photo }}{% else %}{% endif %}" alt="Portrait {{ artist.name }}">
- <figcaption class="artist__img__copyright">
- {{ artist.photo_credits }}
- </figcaption>
</figure>
<h3 class="artist__item__name">
<span>