{% extends 'index.html' %} {% block content %} {% load static i18n %} {% load i18n %} {% load widget_tweaks %} {% load assets_custom_filter %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}

{% trans "Asset Category" %}

{% comment %} {% endcomment %}
{% if perms.asset.view_assetlot %} {% endif %} {% comment %}
{% endcomment %}
{% if perms.asset.add_assetcategory %} {% endif %}
{% include 'category/asset_category.html' %}
{% if dashboard == 'true' %} {% endif %} {% endblock %}