{% import 'macros_form.html' as form without context %} {% call form.segment(title=htmlstr('%s %s%s') % (trans('edit_role_actions'), rolename, (htmlstr('
%s %s') % (trans('role_state'), state) if state else ''))) %}
{{ contents }}
{% endcall %}