[% MACRO jsinclude BLOCK %]
[% IF transferred %]
<script>
opener.location.reload();
opener.location.replace(opener.location.origin + opener.location.pathname + opener.location.search);
window.close();
</script>
[% END %]
-