[%# META title = 'View Docs' %]

InfoLib

[% # USE DataPrinter; #DataPrinter.dump_html(request.route.prefix); %] [% IF vars.input_error # after 'forward' %] [% ELSIF deferred.input_success # after 'redirect' %] [% END %] [% IF records AND NOT records.size # no records found %] [% END %]
[% label %]
[% BLOCK document_block %]
Title
[% IF entry.content AND NOT vars.is_edit; USE date(format = '%d/%m/%Y @ %H:%M') %]
Created
[% entry.content | html %]
[% ELSE %]
[% END %] [% END # document_block %]
[% IF records; FOREACH entry IN records; SET uri = vars.is_edit ? uri_for_section.infolib.update : uri_for_section.infolib.edit; %]
[% PROCESS document_block %]

[% END # foreach entry in records %] [% ELSE # not records %]
[% PROCESS document_block %]
[% END %]