{% extends 'list-crud.html' %} {% load static %} {% block filter %}
{% endblock filter %} {% block table_header %} Select Line name Short name Description {% endblock table_header %} {% block table_data %} {{ object.name }} {{ object.short_name }} {{ object.description }} {% endblock %} {% block buttons %} {# Create line#} {# Edit Preinfo#} {# #} {% endblock buttons %}