% if ( ref $img && exists $img->{filename} ) { <% $document->name %> % }

<% uc($document->name) %>

% if ( $document->url && $document->url_label ) { <% $document->url_label %>
% }

<& /inc/text_format.msn, doc => $document &>

<%args> $document => undef <%init> return unless ref $document; my $img = $document->get_image('photo');