<li><a title="{%trans"Toggle mark as read"%}" class="tool {%ifentry.is_read==0%}archive-off{%else%}archive{%endif%}" href="./?action=toggle_archive&id={{entry.id|e}}"><span>{%trans"Toggle mark as read"%}</span></a></li>
{%ifview=='home'%}{%ifnb_results>1%}<a title="{%trans"mark all the entries as read"%}" href="./?action=archive_all">{%trans"mark all the entries as read"%}</a>{%endif%}{%endif%}
{%ifsearchtermisdefined%}<a title="{%trans"Tag these results as"%}{{searchterm}}" href="./?action=add_tag&search={{searchterm}}">
{%trans"Tag these results as"%}{{searchterm}}</a>{%endif%}
{%iftag%}<a title="{%trans"Download the articles from this tag in an epub"%}" href="./?epub&method=tag&value={{tag.value}}">{%trans"Download the articles from this tag in an epub"%}</a>
{%elseifsearchtermisdefined%}<a title="{%trans"Download the articles from this search in an epub"%}" href="./?epub&method=search&value={{searchterm}}">{%trans"Download the articles from this search in an epub"%}</a>
{%else%}<a title="{%trans"Download the articles from this category in an epub"%}" href="./?epub&method=category&value={{view}}">{%trans"Download the articles from this category in an epub"%}</a>{%endif%}