<dfl:part name="Foto-Lichtbild-Bezugsereignis">
<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[aft70]">
<li>
<span class="gridLeft">Bezugsereignis:</span>
<span class="gridRight">
<dfl:for-each select="aft20">
<dfl:wrap>{{self::aft70}: {a7110}, {a7100}, {a7060}, {a7070}}</dfl:wrap>
<dfl:if test="position()!=last()">
<br/>
</dfl:if>
</dfl:for-each>
</span>
</li>
</dfl:for-each>
</dfl:when>
<!-- Spalte G -->
<dfl:when test="ancestor::que"> </dfl:when>
</dfl:choose>
</dfl:part>