& /Elements/Header, Title => loc('#[_1]: [_2]', $p->id, $p->name) &> % unless ($printable) { <& /Ticket/Elements/Tabs, Ticket => undef, current_tab => 'Projects/Display.html', Title => loc('#[_1]: [_2]', $p->id, $p->name) &> [more] [calendar] [ical] id . "&printable=1" %>">[print] % } else {
<% loc('#[_1]: [_2]', $p->id, $p->name) %>% }Managed by: <% $p->queue %> Priority: <% $p->priority %> Status: <% $p->status %> People: <% $p->get_summary_people_as_string %> Issues: <% $p->get_summary_issues_as_string %> % my $details = $p->get_details; % for my $content_name (keys %$details) { % my $content = $details->{$content_name}; % my $wiki_content = $content ? Text::WikiFormat::format( $content."\n" , {}, { extended => 1, absolute_links => 1 }) : ''; <% $content_name %><%$wiki_content|n%> % }Milestones
Tasks<%perl> for my $ticket ($p->get_tasks_by_priority) { %perl> <& /Projects/Elements/StatusIndicator, status => $ticket->Status &> <% loc('#[_1]: [_2]', $ticket->Id, $ticket->Subject) %> [more]Owner : <% $ticket->OwnerObj->Name %>; Priority : <% $ticket->Priority %> Status : <% $ticket->Status %>; Queue : <% $ticket->QueueObj->Name %> <%perl> } %perl> % if ($printable) { | ||||||