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

{% trans "Asset Batch Number" %}

{% if perms.asset.add_assetlot %} {% endif %}
Page not found. 404.
{% trans "No Asset Batches have been created." %}
{% endblock %}