{% extends '@EasyAdmin/layout.html.twig' %}
{% block body_class %}dashboard {{ parent() }} {% endblock %}
{% block main %}
At a Glance
Total Assets | {{ totalItems }} |
---|---|
Total Asset Replacement Cost (TARC) | {{ totalReplacementCosts|format_currency('CAD') }} |
Assets without a Category | {{ breakdownByOrphanedCategory.totalItems }} {% if breakdownByOrphanedCategory.totalItems > 0 %} (View) {% endif %} |
Assets without a Location | {{ breakdownByOrphanedLocation.totalItems }} {% if breakdownByOrphanedLocation.totalItems > 0 %} (View) {% endif %} |
Assets without File(s) | {{ assetsWithoutFiles }} |