{% extends 'index.html' %} {% block content %} {% load static i18n %} {% load i18n %} {% load mathfilters %} {% load widget_tweaks %} {% comment %} {% include'filter_tags.html' %} {% endcomment %} {% trans "Asset" %} {% trans "Filter" %} {% trans "Asset" %} {% trans "Asset Name" %} {{assets_filter_form.asset_id__asset_name}} {% trans "Status" %} {{assets_filter_form.asset_id__asset_status}} {% trans "Asset Request" %} {% trans "Requested Employee" %} {{asset_request_filter_form.requested_employee_id}} {% trans "Asset Category" %} {{asset_request_filter_form.asset_category_id}} {% trans "Asset Request Date" %} {{asset_request_filter_form.asset_request_date|attr:"type:date"}} {% trans "Status" %} {{asset_request_filter_form.asset_request_status}} {% if perms.asset.view_assetassignment %} {% trans "Asset Allocation" %} {% trans "Allocated User" %} {{asset_allocation_filter_form.assigned_to_employee_id}} {% trans "Asset" %} {{asset_allocation_filter_form.asset_id}} {% trans "Asset Allocated Date" %} {{ asset_allocation_filter_form.assigned_date |attr:"type:date" }} {% trans "Status" %} {{asset_allocation_filter_form.return_status}} {% trans "Return Date" %} {{ asset_allocation_filter_form.return_date|attr:"type:date" }} {% trans "Allocated By" %} {{asset_allocation_filter_form.assigned_by_employee_id}} {% endif %} {% trans "Group By" %} {% trans "Asset Request" %} {% trans "Field" %} {% for field in gp_request_fields %} {% trans field.1 %} {% endfor %} {% if perms.asset.view_assetassignment %} {% trans "Asset Allocation" %} {% trans "Field" %} {% for field in gp_Allocation_fields %} {% trans field.1 %} {% endfor %} {% endif %} {% trans "Report added successfully." %} {% trans "Asset" %} {% trans "Asset Request" %} {% if perms.asset.view_assetassignment %} {% trans "Asset Allocation" %} {% endif %} {% include 'request_allocation/asset_request_allocation_list.html' %}