{% load i18n %}

{% trans 'User assets report' %}

{% block content %}

Equipo asignado a: {{ object }}

{% for item in object.inventory.all %} {% endfor %}
{% trans 'ASSET NUMBER' %} {% trans 'DESCRIPTION' %} {% trans 'LOCATION' %} {% trans 'ASSIGNED TO' %} {% trans 'NOTES' %}
{{ item.property_number }} {{ item.item_template.description }} {{ item.location }} {{ object }}  {{ item.notes }}
{% endblock %}
{%block pager %} {%endblock%}