% if ( ref $img && exists $img->{filename} ) { <% $a1 %><% $a2 %> % } % if ($profile->header) {

<% $profile->header %>

% } % if ($profile->abstr) {

<& /inc/text_format.msn, doc => $profile, field => 'abstr' &>

% if ( $profile->body ) { Подробнее… % }
% } % if ( $profile->body ) { % }
<%init> my $prj = $request->{project}; my $profile = $request->{project_profile}; my $img = $profile->get_image('avatar'); my $target = $profile->url && $profile->url =~ /^http:/ ? ' target="_blank"' : ''; my ($a1, $a2) = $profile->url ? ('','') : ('','');