14.3.261. 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>