'+
'{{/items}}'
/* beautify preserve:end */
),
complete: function(e) {
q4Defaults.addToCalendar($(e.target).find('.module_add-to-calendar'));
}
});
$('.module-events-and-key .module-key-reports .module_container--widget').financials({
skip: 0,
fetchAllYears: true,
reportTypes: ['Annual Report'],
// docCategories: ['annual'],
limit: 1,
itemNotFoundMessage: '
No annual reports available right now. Please check back later.
',
setMaxYear: false,
beforeRender: function(e, data) {
$.each(data.items, function(idx, item) {
$.each(item.docs, function(idx, doc) {
// Make sure any local links open in the same window
var url = doc.docUrl.toLowerCase().split('.');
if (url[url.length - 1] != 'aspx') {
doc.blank = true;
}
});
});
},
template: (
/* beautify preserve:start */
'{{#years}}{{#items}}{{#docs}}'+
'
' +
'{{/docs}}{{/items}}{{/years}}'
/* beautify preserve:end */
)
});