<dfl:part name="Foto-Lichtbild-Aufnahmeart">
<dfl:choose>
<!-- Spalte D -->
<dfl:when test="self::a8450 and ancestor::obj[a5220[ri=.*fotografie]] and not(ancestor::que)">
<dfl:if test="a8482">
<li>
<span class="gridLeft">Aufnahmeart:</span>
<span class="gridRight">
<dfl:wrap>{a8482}</dfl:wrap>
</span>
</li>
</dfl:if>
</dfl:when>
<!-- Spalte E -->
<dfl:when test="not(ancestor::obj[a5220[ri=.*fotografie]]) and not(a8408) and not(ancestor::que)">
<dfl:if test="a8500">
<li>
<span class="gridLeft">Aufnahmeart:</span>
<span class="gridRight">
<dfl:wrap>{a8500}</dfl:wrap>
</span>
</li>
</dfl:if>
</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">
<dfl:if test="a84495|a8500|a8482">
<li>
<span class="gridLeft">Aufnahmeart:</span>
<span class="gridRight">
<dfl:wrap>{{a84495} {a8500} {a8482}}</dfl:wrap>
</span>
</li>
</dfl:if>
</dfl:for-each>
</dfl:when>
<!-- Spalte G -->
<dfl:when test="ancestor::que"> </dfl:when>
</dfl:choose>
</dfl:part>