This change may be temporary. Since we do not currently have an
approach for incorporating Piwik tracking code in the catalog
interface within the staff client (within the oils:// protocol
wrapper), omit Piwik tracking code when is_staff is true.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
</div>
</div>
</div>
+[% IF !ctx.is_staff %]
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://www.tadl.org/piwik/" : "http://www.tadl.org/piwik/");
</script><noscript><p><img src="https://www.tadl.org/piwik/piwik.php?idsite=9" style="border:0" alt="" /></p></noscript>
[% END %]
<!-- End Piwik Tracking Code -->
+[% END %]