[%- WRAPPER "$entity_type/layout.tt" title=l('Tags') page='tags' -%] [%- INCLUDE "components/tags.tt" entity=entity no_tags_text=l('Nobody has tagged this yet.') -%] [% IF c.user_exists %]

[% l('Update Tags') %]

[%- USE r = FormRenderer(tag_form) -%]

[% l('Please enter tags in the text area below. Tags are comma separated, and you may wish to see the {tagsyn|tag syntax documentation} for more information', { tagsyn => doc_link('Folksonomy_Tagging_Syntax') }) %]

[% r.textarea('tags', { cols => 50, rows => 5 }) %]

[% form_submit(l('Submit tags')) %]
[% END %] [%- END -%]