[% site_config.title = c.loc('Voicebox Messages for [_1]@[_2]', subscriber.username, subscriber.domain.domain) -%]
[% c.loc('Back') %]
[% back_created = 1 -%]
[% helper.name = c.loc('Voicemails'); helper.column_sort = 'origtime'; helper.dt_columns = vm_dt_columns; helper.form_object = form; helper.ajax_uri = c.uri_for_action('/subscriber/ajax_voicemails', [c.req.captures.0]); helper.dt_buttons = [ { name = c.loc('Play'), uri = "voicemail/'+full.id+'/play", class = 'btn-small btn-tertiary', icon = 'icon-play' }, { name = c.loc('Delete'), uri = "voicemail/'+full.id+'/delete", class = 'btn-small btn-secondary', icon = 'icon-trash' }, ]; PROCESS 'helpers/datatables.tt'; %] [% # vim: set tabstop=4 syntax=html expandtab: -%]