{% end %}
{% block pagejs %}
$(document).ready(function() {
// UI action setup
lcc_ui.action_setup();
// fire the async request to get the object information
lcc_objectinfo.get_object_info('{{ collection }}',
'{{ objectid }}',
'#objectinfo-container', true);
});
{% end %}