{% extends 'base.html' %} {% block title %}Upload Template – IT Asset Management{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
Used to pre-select this template when creating paperwork of that type.
Word document (.docx) with {{ variable_name }} placeholders.
Cancel
Available Variables
{% set var_docs = [ ('user_name','Full name (masked if user left)'), ('user_email','Email address'), ('user_phone','Phone number'), ('user_department','Department (retained after masking)'), ('user_job_title','Job title'), ('user_location','Office location'), ('user_windows_id','Windows / AD ID — never masked'), ('asset_serial','Asset serial number'), ('asset_service_tag','Dell / vendor service tag'), ('asset_brand','Brand (e.g. Dell)'), ('asset_model','Model name'), ('asset_type','Type (Laptop / Desktop / …)'), ('asset_os','Operating system'), ('asset_warranty_expiry','Warranty expiry date'), ('assignment_date','Date asset was assigned'), ('return_date','Date asset was returned'), ('document_date','Today\'s date'), ('document_number','Document / paperwork ID'), ('company_name','Your company name'), ('company_address','Your company address'), ] %} {% for var, desc in var_docs %} {% endfor %}
VariableValue
{{ {{ var }} }} {{ desc }}
{% endblock %}