{% extends "base.html" %} {% block title %}{{ ltext('Edit Folder / تعديل مجلد') if folder else ltext('Create Folder / إنشاء مجلد') }} | {{ app_name }}{% endblock %} {% block content %} {{ ltext('Edit Folder / تعديل مجلد') if folder else ltext('Create Folder / إنشاء مجلد') }} {{ ltext('Control visibility, company ownership, and hierarchy. / تحكم بالظهور والملكية والهيكلية.') }} {{ form.hidden_tag() }} {{ form.name.label }} {{ form.name(class="input") }} {{ form.visibility.label }} {{ form.visibility(class="input") }} {{ form.company_id.label }} {{ form.company_id(class="input") }} {{ form.department_id.label }} {{ form.department_id(class="input") }} {{ form.parent_id.label }} {{ form.parent_id(class="input") }} {{ form.is_internal_only() }} {{ ltext('Restrict to internal users only / داخلي فقط') }} {{ form.description.label }} {{ form.description(class="textarea", rows="4") }} {{ form.submit(class="button") }} {% endblock %}
{{ ltext('Control visibility, company ownership, and hierarchy. / تحكم بالظهور والملكية والهيكلية.') }}