{% extends "base.html" %} {% block title %}{{ ltext('Assignment Rules / قواعد التوزيع') }} | {{ app_name }}{% endblock %} {% block content %}

{{ ltext('Category Assignment Rules / قواعد توزيع التصنيفات') }}

{{ ltext('Define which department or user should receive specific categories. / حدد القسم أو المستخدم الذي يستقبل كل تصنيف.') }}

{{ ltext('Export Excel / تصدير Excel') }}
{{ form.hidden_tag() }}
{{ form.submit(class="button") }}

{{ ltext('Existing Rules / القواعد الحالية') }}

{% endblock %}