<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%}<p><a title="{%trans"Mark all the entries as read"%}" href="./?action=archive_all">{%trans"Mark all the entries as read"%}</a></p>{%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%}<br />
{%iftag%}<a title="{%trans"Mark all articles from this tag as read"%}" href="./?action=toggle_archive&tag_id={{tag.id}}">{%trans"Mark all articles from this tag as read"%}</a><br />{%endif%}
{%ifconstant('EPUB')==1%}<a title="{%trans"Download the articles from this tag in an epub file"%}" href="./?epub&method=tag&value={{tag.value}}">{%trans"Download as ePub3"%}</a>{%endif%}
{%ifconstant('MOBI')==1%}<a title="{%trans"Download the articles from this tag in a mobi file"%}" href="./?mobi&method=tag&value={{tag.value}}">{%trans"Download as Mobi"%}</a>{%endif%}
{%ifconstant('PDF')==1%}<a title="{%trans"Download the articles from this tag in a pdf file"%}" href="./?pdf&method=tag&value={{tag.value}}">{%trans"Download as PDF"%}</a>{%endif%}
{%ifconstant('EPUB')==1%}<a title="{%trans"Download the articles from this search in an epub"%}" href="./?epub&method=search&value={{searchterm}}">{%trans"Download as ePub3"%}</a>{%endif%}
{%ifconstant('MOBI')==1%}<a title="{%trans"Download the articles from this search in a mobi file"%}" href="./?mobi&method=search&value={{searchterm}}">{%trans"Download as Mobi"%}</a>{%endif%}
{%ifconstant('PDF')==1%}<a title="{%trans"Download the articles from this search in a pdf file"%}" href="./?pdf&method=search&value={{searchterm}}">{%trans"Download as PDF"%}</a>{%endif%}
{%ifconstant('EPUB')==1%}<a title="{%trans"Download the articles from this category in an epub"%}" href="./?epub&method=category&value={{view}}">{%trans"Download as ePub3"%}</a>{%endif%}
{%ifconstant('MOBI')==1%}<a title="{%trans"Download the articles from this category in a mobi file"%}" href="./?mobi&method=category&value={{view}}">{%trans"Download as Mobi"%}</a>{%endif%}
{%ifconstant('PDF')==1%}<a title="{%trans"Download the articles from this category in a pdf file"%}" href="./?pdf&method=category&value={{view}}">{%trans"Download as PDF"%}</a>{%endif%}