{{extend 'government/base.html'}} {{if data is not None:}} {{card=PluginMModal(id='mm_add', title=T('Configure'), content='', close=T('close'), height=70, width=70)}} {{=card}}
{{=data['literal']}} {{for action in data['configuration']:}}
{{for option in action['options']:}} {{pass}}
{{pass}}
{{=T('Services')}} {{if len(data['services']) > 0:}} {{for service in data['services']:}} {{pass}}
{{=service['label']}} {{=card.custom_link(T('Configure'), callback=URL(r=request, c='government', f='configure', args=[id,service['control']]), _class='btn info')}}
{{else:}} {{=T('Configuration not available')}} {{pass}}
{{else:}} {{=T('Configuration not available')}} {{pass}}