{% extends 'index.html' %} {% block content %} {% load static i18n %} {% load i18n %} {% load mathfilters %} {% load widget_tweaks %} {% 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}} {% trans "Description" %} {{ asset_request_filter_form.description| attr:"class:oh-input oh-input--textarea oh-input--block" }} {% 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.assigned_date | attr:"type:date" }} {% trans "Allocated By" %} {{asset_allocation_filter_form.assigned_by_employee_id}} {% trans "Return Condition" %} {{ asset_allocation_filter_form.return_condition| attr:"class:oh-input oh-input--textarea oh-input--block" }} {% trans "Asset" %} {% trans "Asset Request" %} {% if perms.asset.view_assetassignment %} {% trans "Asset Allocation" %} {% endif %} {% include 'request_allocation/asset_request_allocation_list.html' %}