1<!-- arc.tt2 -->
2<div class="block">
3    <h2>[%|loc%]List archive[%END%]
4        <a class="openInNewWindow" href="[% 'nomenu/help' | url_rel(['arc.html']) %]" target="wws_help">
5            <i class="fa fa-info-circle" title="[%|loc%]Help[%END%]" aria-hidden="true"></i>
6        </a>
7    </h2>
8    <!-- part generated by mhonarc -->
9    [% IF html_content ~%]
10        [% TRY ~%]
11            [% html_content | eval | obfuscate(listconf.web_archive_spam_protection) %]
12        [%~ CATCH ~%]
13            <!-- [% error | html %] -->
14        [%~ END ~%]
15    [% END %]
16    <!-- end of part generated by mhonarc -->
17</div>
18<!-- end arc.tt2 -->
19