{% extends 'base.html' %} {% block content %}
{% if not template_obj %}
类型ID 类型名称 EnglishName 纯度 CAS码 生产日期 保质期(天) 价格(元)
{% else %}
{# 加载自定过滤器 #} {% load myfilter %} {% for template_content1 in all_children_template_list %} {% endfor %}
类型ID 类型名称 EnglishName 纯度 CAS码 生产日期 保质期(天) 价格(元) 状态 生产厂商 销售商 价格(元) 规格 单位 规格单位
{% firstof template_content1.VarietyId '' %} {% firstof template_content1.Name '' %} {% firstof template_content1.EnglishName '' %} {% firstof template_content1.Purity '' %} {% firstof template_content1.CASNumber '' %} {% firstof template_content1.ProductionDate '' %} {% firstof template_content1.ShelfLife '' %} {% firstof template_content1.Price '' %} 未入库 {% firstof template_content1.Manufacturer '' %} {% firstof template_content1.Distributor '' %} {% firstof template_content1.Price '' %} {% firstof template_content1.Speci '' %} {% firstof template_content1.Unit '' %} {% firstof template_content1.SpeciUnit '' %}
{% endif %}
{% load static %} {% endblock %}