{% load i18n %} {% load horillafilters %}
{% trans "Asset Return Form" %}
{% csrf_token %}
{{asset_return_form.return_status}}
{{asset_return_form.return_date}} {{asset_return_form.return_date.errors}}
{{asset_return_form.return_condition}}
{{asset_return_form.return_images}}
{% if "payroll"|app_installed %} {% if perms.payroll.add_loanaccount %} {% endif %} {% endif %}