<dfl:part name="Foto-Lichtbild-Beschreibung">
<dfl:choose>
<!-- Spalte D -->
<dfl:when test="self::a8450 and ancestor::obj[a5220[ri=.*fotografie]] and not(ancestor::que)"> </dfl:when>
<!-- Spalte E -->
<dfl:when test="not(ancestor::obj[a5220[ri=.*fotografie]]) and not(a8408) and not(ancestor::que)"> </dfl:when>
<!-- Spalte F -->
<dfl:when test="not(ancestor::obj[a5220[ri=.*fotografie]]) and a8408 and fto and not(ancestor::que)">
<dfl:for-each select="./fto[a559a|a9990]">
<li>
<span class="gridLeft">Bezug zu anderen Fotografien:</span>
<span class="gridRight">
<dfl:for-each select="a599a[a599d|a599e|a599g|a599n|a599p]">
<dfl:choose>
<dfl:when test="position()=1">
<dfl:wrap>{{self::a599a}: \n{a559d}, {a599e}, {a599g}, {Autor: {a599n}, {a599p}}}</dfl:wrap>
</dfl:when>
<dfl:otherwise>
<dfl:wrap>{{a559d}, {a599e}, {a599g}, {Autor: {a599n}, {a599p}}}</dfl:wrap>
</dfl:otherwise>
</dfl:choose>
<dfl:if test="position()!=last()">
<dfl:br/>
</dfl:if>
</dfl:for-each>
<dfl:if test="a599a[a599d|a599e|a599g|a599n|a599p] and a9990">
<dfl:br/>
</dfl:if>
<dfl:wrap>{a9990}</dfl:wrap>
</span>
</li>
</dfl:for-each>
</dfl:when>
<!-- Spalte G -->
<dfl:when test="ancestor::que"> </dfl:when>
</dfl:choose>
</dfl:part>