{% 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.submit(class="button") }}
{% endblock %}