@foreach($o->langtags as $langtag)
@foreach(($o->tagValues($langtag)->count() ? $o->tagValues($langtag) : [$langtag => NULL]) as $key => $value)
@if($edit)
@else
{{ $o->render_item_old($key) }}
@if ($o->isStructural($value))
@lang('structural')
@endif
@endif
@endforeach
@endforeach