{% extends "base.html" %} {% block title %}{{ ltext('Edit Role / تعديل دور') if role else ltext('Create Role / إنشاء دور') }} | {{ app_name }}{% endblock %} {% block content %}

{{ ltext('Edit Role / تعديل دور') if role else ltext('Create Role / إنشاء دور') }}

{{ ltext('Bundle permissions into reusable access profiles. / اجمع الصلاحيات في ملفات وصول قابلة لإعادة الاستخدام.') }}

{{ ltext('Use English / العربية for role names and descriptions if you want them to switch with the interface language. / استخدم English / العربية في اسم الدور ووصفه إذا أردتهما أن يتبدلا مع لغة الواجهة.') }}
{{ form.hidden_tag() }}
{{ form.submit(class="button") }}
{% endblock %}