{% if detail_labels|length > 0 %} {% for label in detail_labels %}{% endfor %} {% for line in detail_lines %} {% for field in line %}{% endfor %} {% endfor %}
行信息
{{ label }}
{{ field or ' ' }}
{% endif %}