7 lines
152 B
Python
7 lines
152 B
Python
from django.shortcuts import render
|
|
from django.utils.translation import gettext_lazy as _
|
|
from dashboard.mixins import InventaryMixin, DetailsMixin
|
|
|
|
|
|
|