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

{{ ltext('Edit Company / تعديل شركة') if company else ltext('Create Company / إنشاء شركة') }}

{{ ltext('Define organization identity and default tenant information. / عرّف هوية الجهة وبياناتها الأساسية.') }}

{{ ltext('Use English / العربية in the company name or address fields when you want the visible value to change with the interface language. / استخدم English / العربية في اسم الشركة أو العنوان عندما تريد أن تتبدل القيمة الظاهرة مع لغة الواجهة.') }}
{{ form.hidden_tag() }}
{{ form.submit(class="button") }}
{% endblock %}