{{ ltext('Manage customer organizations and tenant boundaries. / إدارة الشركات وحدود الوصول الخاصة بكل عميل.') }}
| {{ ltext('Name / الاسم') }} | {{ ltext('Code / الرمز') }} | {{ ltext('Contact / التواصل') }} | {{ ltext('Status / الحالة') }} | |
|---|---|---|---|---|
| {{ company.name }} | {{ company.code }} | {{ company.contact_email or '-' }} | {{ t('active') if company.is_active else t('inactive') }} | {{ t('view') }} {{ t('edit') }} |
| {{ ltext('No companies configured. / لا توجد شركات.') }} | ||||