<div class="messages"><small>
<b>Tagging advice</b>: Tags should be words, (<i>portrait</i>, <i>henry</i>) or
phrases surrounded by double quotes. (<i>"tall buildings"</i>) You can
put any number of tags in the "add tags" box, like this:
<p>
<i> landscape cambridge "tall buildings" </i>
</p>
</small>
<p> Suggested tags </p>
<div id="suggestionlist"/>
</div>

Delete tags: <form action="[%base%]/photo/edit_tags/[%photo.id%]" method="post">
<ul>
[% FOR tagging = photo.taggings %]
    <li> [% tagging.tag %] <input type="checkbox" name="delete_[%tagging.id%]">
[% END %]
</ul>
<p> Add tags: <input type="textbox" name="newtags" id="tags"> <input
type="submit" value="Tag it!"> </p>
</form>
