{% extends 'index.html' %} {% block content %} {% load static i18n %} {% load i18n %}
{% trans "Asset request" %}
{{asset_requests|length}}
{% trans "Assets in use" %}
{% trans "Asset Chart" %}
{% trans "Asset Requests To Approve" %}
{% if asset_requests %} {% include "asset/dashboard_asset_requests.html" %} {% else %}
Page not found. 404.
{% trans "There is no asset request to approve." %}
{% endif %}
{% trans "Assets In Use" %}
{% trans "Allocated Assets" %}
{% if asset_allocations %} {% include "asset/dashboard_allocated_assets.html" %} {% else %}
Page not found. 404.
{% trans "There is no asset allocation at this moment." %}
{% endif %}
{% endblock content %}