{% extends 'layout.html' %} {% load static %} {% load crispy_forms_tags %} {% block content %}
MACHINE : {{ data.machine }}
Created by {{ data.created_by }} at {{ data.datetime_created }}
Sachet List {% if user.profile.role == 'SUPERADMIN' %} Update Delete {% endif %}