#if $iphone
#end if
#if $doEdit and $elemIsEditable
#end if #for $attr in $elemAttrs
${attr.key, entityEncoding='skip'} :
#if $doEdit and $elemIsEditable and $attr.editable
#else ${attr.value, entityEncoding='HTML'}
#end if #end for #if not $elemIsEditable
(not editable)
#elif $doEdit
#else
Edit Attributes
#end if