WIP: Lot groups search/filtering and lot groups panel ui changes #61

Draft
rskthomas wants to merge 17 commits from rework/lots into main
Showing only changes of commit 3a03fdcb3b - Show all commits

View file

@ -0,0 +1,10 @@
{% load i18n %}
<a href="{% url 'lot:edit' record.id %}" class="btn btn-sm btn-outline-primary me-2">
<i class="bi bi-pen"></i>
{% trans 'Edit' %}
</a>
<a href="{% url 'lot:delete' record.id %}" class="btn btn-sm btn-outline-danger">
<i class="bi bi-trash"></i>
{% trans 'Delete' %}
</a>