{% extends 'transactions/extends/layout.html' %} {% load static %} {% load humanize %} {% block content %} {% block scripts %} {% endblock %}
{% for f in fixed_assets %} {% endfor %}
Acquisition Date Asset Name Supplier Asset GL Account Detailed Particulars Assigned No. Purchase Price Working Condition Asset Location #
{{ f.acquisition_date }} {{ f.name }} {{ f.supplier.name }} {{ f.account.name }} {{ f.particulars }} {{ f.asset_number }} {{ f.purchase_price }} {{ f.working_condition }} {{ f.current_location }} Details
{% endblock %}