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