{{extend 'government/base.html'}} {{=T('Back')}}
{{if action == 'configure':}} {{include 'government/profile_configure.html'}} {{elif action == 'edit':}} {{include 'government/profile_edit.html'}} {{elif action == 'delete':}} TODO {{else:}} {{=T('Configuration not available')}} {{pass}}