$(document).ready( function() {
var accordion = $( "#modules" ).accordion({
collapsible: true,
autoHeight: false,
heightStyle: "content",
header: "h3",
[%- IF panel -%]
[%# we were asked to show a specific panel, usually on update %]
-