14.3.263. crate_anon/crateweb/templates/show_hide_buttons.html
{# crate_anon/crateweb/templates/show_hide_buttons.html #}
<div>
<button onclick="showAll();">Show all details</button>
<button onclick="hideAll();">Hide all details</button>
</div>