{% load i18n %} {% if messages %} {% endif %}
{% trans "Asset Allocation" %}
{% csrf_token %}
{{asset_allocation_form.assigned_to_employee_id}} {{asset_allocation_form.assigned_to_employee_id.errors}}
{{asset_allocation_form.asset_id}} {{asset_allocation_form.asset_id.errors}}
{{asset_allocation_form.assigned_by_employee_id}} {{asset_allocation_form.assigned_by_employee_id.errors}}
{{asset_allocation_form.assign_images}} {{asset_allocation_form.assign_images.errors}}