[% INCLUDE template/header.html -%]

TinyURL[% c.loc('List') %]



[% FOREACH tinyurl = c.stash.tinyurls -%] [% END -%]
ID URL [% c.loc('Detail') %] [% c.loc('Edit') %] [% c.loc('Delete') %]
[% tinyurl.id %] [% tinyurl.long_url %] [% c.loc('Detail') %] [% c.loc('Edit') %] [% c.loc('Delete') %]
[% INCLUDE template/footer.html -%]