{% load i18n %} {% if messages %} {% endif %}
{{asset_allocation_form.verbose_name}}
{% 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}}