{{ idLote }}
{{ indSinc }}
{% for NFe in NFes %}
{% with ide = NFe.infNFe.ide %}
{{ ide.cUF }}
{{ ide.cNF }}
{{ ide.natOp }}
{{ ide.indPag }}
{{ ide.mod }}
{{ ide.serie }}
{{ ide.nNF }}
{{ ide.dhEmi }}
{% if ide.mod != '65' %}
{{ ide.dhSaiEnt }}
{% endif %}
{{ ide.tpNF }}
{{ ide.idDest }}
{{ ide.cMunFG }}
{{ ide.tpImp }}
{{ ide.tpEmis }}
{{ ide.cDV }}
{{ ide.tpAmb }}
{{ ide.finNFe }}
{{ ide.indFinal }}
{{ ide.indPres }}
{{ ide.procEmi }}
Odoo Brasil 10
{% if ide.NFref is defined -%}
{% for ref in ide.NFref %}
{% if ref.refNFe is defined -%}
{{ ref.refNFe }}
{% endif %}
{% if ref.refNF is defined -%}
{{ ref.refNF.cUF }}
{{ ref.refNF.AAMM }}
{{ ref.refNF.CNPJ }}
{{ ref.refNF.mod }}
{{ ref.refNF.serie }}
{{ ref.refNF.nNF }}
{% endif %}
{% if ref.refNFP is defined -%}
{{ ref.refNFP.cUF }}
{{ ref.refNFP.AAMM }}
{{ ref.refNFP.CNPJ }}
{{ ref.refNFP.CPF }}
{{ ref.refNFP.IE }}
{{ ref.refNFP.mod }}
{{ ref.refNFP.serie }}
{{ ref.refNFP.nNF }}
{{ ref.refNFP.nNF }}
{% endif %}
{% if ref.refECF is defined -%}
{{ ref.refECF.mod }}
{{ ref.refECF.nECF }}
{{ ref.refECF.nCOO }}
{% endif %}
{% endfor %}
{% endif %}
{% endwith %}
{% with emit = NFe.infNFe.emit %}
{% if emit.tipo == 'person' -%}
{{ emit.cnpj_cpf }}
{% endif %}
{% if emit.tipo == 'company' -%}
{{ emit.cnpj_cpf }}
{% endif %}
{{ emit.xNome }}
{{ emit.xFant }}
{{ emit.enderEmit.xLgr }}
{{ emit.enderEmit.nro }}
{{ emit.enderEmit.xBairro }}
{{ emit.enderEmit.cMun }}
{{ emit.enderEmit.xMun }}
{{ emit.enderEmit.UF }}
{{ emit.enderEmit.CEP }}
{{ emit.enderEmit.cPais }}
{{ emit.enderEmit.xPais }}
{{ emit.enderEmit.fone }}
{{ emit.IE }}
{{ emit.IEST }}
{{ emit.IM }}
{{ emit.CNAE }}
{{ emit.CRT }}
{% endwith %}
{% if NFe.infNFe.dest is defined and NFe.infNFe.dest %}
{% with dest = NFe.infNFe.dest %}
{% if NFe.infNFe.ide.idDest == '3' %}
{{ dest.idEstrangeiro }}
{% endif %}
{% if NFe.infNFe.ide.idDest != '3' %}
{% if dest.tipo == 'person' -%}
{{ dest.cnpj_cpf }}
{% endif %}
{% if dest.tipo == 'company' -%}
{{ dest.cnpj_cpf }}
{% endif %}
{% endif %}
{{ dest.xNome }}
{{ dest.enderDest.xLgr }}
{{ dest.enderDest.nro }}
{{ dest.enderDest.xBairro }}
{{ dest.enderDest.cMun }}
{{ dest.enderDest.xMun }}
{{ dest.enderDest.UF }}
{{ dest.enderDest.CEP }}
{{ dest.enderDest.cPais }}
{{ dest.enderDest.xPais }}
{{ dest.enderDest.fone }}
{{ dest.indIEDest }}
{% if dest.IE != '' -%}{{ dest.IE }}{% endif %}
{{ dest.ISUF }}
{{ dest.IM }}
{{ dest.email }}
{% endwith %}
{% endif %}
{% if NFe.infNFe.retirada is defined %}
{{ NFe.infNFe.retirada.CNPJ }}
{{ NFe.infNFe.retirada.CPF }}
{{ NFe.infNFe.retirada.xLgr }}
{{ NFe.infNFe.retirada.nro }}
{{ NFe.infNFe.retirada.xCpl }}
{{ NFe.infNFe.retirada.xBairro }}
{{ NFe.infNFe.retirada.cMun }}
{{ NFe.infNFe.retirada.xMun }}
{{ NFe.infNFe.retirada.UF }}
{% endif %}
{% if NFe.infNFe.entrega is defined %}
{{ NFe.infNFe.entrega.CNPJ }}
{{ NFe.infNFe.entrega.CPF }}
{{ NFe.infNFe.entrega.xLgr }}
{{ NFe.infNFe.entrega.nro }}
{{ NFe.infNFe.entrega.xCpl }}
{{ NFe.infNFe.entrega.xBairro }}
{{ NFe.infNFe.entrega.cMun }}
{{ NFe.infNFe.entrega.xMun }}
{{ NFe.infNFe.entrega.UF }}
{% endif %}
{% if NFe.infNFe.autXML %}
{% for autorizados in NFe.infNFe.autXML %}
{{ autorizados.CNPJ }}
{{ autorizados.CPF }}
{% endfor %}
{% endif %}
{% set count = 1 %}
{% for det in NFe.infNFe.detalhes %}
{% with prod = det.prod %}
{{ prod.cProd }}
{{ prod.cEAN }}
{{ prod.xProd }}
{{ prod.NCM }}
{{ prod.NVE }}
{{ prod.CEST }}
{{ prod.EXTIPI }}
{{ prod.CFOP }}
{{ prod.uCom }}
{{ prod.qCom }}
{{ prod.vUnCom }}
{{ prod.vProd }}
{{ prod.cEANTrib }}
{{ prod.uTrib }}
{{ prod.qTrib }}
{{ prod.vUnTrib }}
{{ prod.vFrete }}
{{ prod.vSeg }}
{{ prod.vDesc }}
{{ prod.vOutro }}
{{ prod.indTot }}
{% if prod.DI is defined %}
{% for di in prod.DI %}
{{ di.nDI }}
{{ di.dDI }}
{{ di.xLocDesemb }}
{{ di.UFDesemb }}
{{ di.dDesemb }}
{{ di.tpViaTransp }}
{{ di.vAFRMM }}
{{ di.tpIntermedio }}
{{ di.CNPJ }}
{{ di.UFTerceiro }}
{{ di.cExportador }}
{% if di.adi is defined %}
{% for adi in di.adi %}
{{ adi.nAdicao }}
{{ adi.nSeqAdic }}
{{ adi.cFabricante }}
{{ adi.vDescDI }}
{{ adi.nDraw }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% if prod.detExport is defined %}
{% for export in prod.detExport %}
{{ export.nDraw }}
{% if export.exportInd is defined %}
{% for exp in export.exportInd %}
{{ exp.nRE }}
{{ exp.chNFe }}
{{ exp.qExport }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{{ prod.xPed }}
{{ prod.nItemPed }}
{{ prod.nFCI }}
{% endwith %}
{% with imposto = det.imposto %}
{{ imposto.vTotTrib }}
{% if imposto.ICMS.CST == '00' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBC }}
{{ imposto.ICMS.vBC }}
{{ imposto.ICMS.pICMS }}
{{ imposto.ICMS.vICMS }}
{% endif %}
{% if imposto.ICMS.CST == '10' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBC }}
{{ imposto.ICMS.vBC }}
{{ imposto.ICMS.pICMS }}
{{ imposto.ICMS.vICMS }}
{{ imposto.ICMS.modBCST }}
{{ imposto.ICMS.pMVAST }}
{{ imposto.ICMS.pRedBCST }}
{{ imposto.ICMS.vBCST }}
{{ imposto.ICMS.pICMSST }}
{{ imposto.ICMS.vICMSST }}
{% endif %}
{% if imposto.ICMS.CST == '20' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBC }}
{{ imposto.ICMS.pRedBC }}
{{ imposto.ICMS.vBC }}
{{ imposto.ICMS.pICMS }}
{{ imposto.ICMS.vICMS }}
{{ imposto.ICMS.vICMSDeson }}
{{ imposto.ICMS.motDesICMS }}
{% endif %}
{% if imposto.ICMS.CST == '30' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBCST }}
{{ imposto.ICMS.pMVAST }}
{{ imposto.ICMS.pRedBCST }}
{{ imposto.ICMS.vBCST }}
{{ imposto.ICMS.pICMSST }}
{{ imposto.ICMS.vICMSST }}
{{ imposto.ICMS.vICMSDeson }}
{{ imposto.ICMS.motDesICMS }}
{% endif %}
{% if imposto.ICMS.CST in ('40', '41', '50') -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.vICMSDeson }}
{{ imposto.ICMS.motDesICMS }}
{% endif %}
{% if imposto.ICMS.CST == '51' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBC }}
{{ imposto.ICMS.pRedBC }}
{{ imposto.ICMS.vBC }}
{{ imposto.ICMS.pICMS }}
{{ imposto.ICMS.vICMSOp }}
{{ imposto.ICMS.pDif }}
{{ imposto.ICMS.vICMSDif }}
{{ imposto.ICMS.vICMS }}
{% endif %}
{% if imposto.ICMS.CST == '60' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.vBCSTRet }}
{{ imposto.ICMS.vICMSSTRet }}
{% endif %}
{% if imposto.ICMS.CST == '70' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBC }}
{{ imposto.ICMS.pRedBC }}
{{ imposto.ICMS.vBC }}
{{ imposto.ICMS.pICMS }}
{{ imposto.ICMS.vICMS }}
{{ imposto.ICMS.modBCST }}
{{ imposto.ICMS.pMVAST }}
{{ imposto.ICMS.pRedBCST }}
{{ imposto.ICMS.pICMSST }}
{{ imposto.ICMS.vICMSST }}
{{ imposto.ICMS.vICMSDeson }}
{{ imposto.ICMS.motDesICMS }}
{% endif %}
{% if imposto.ICMS.CST == '90' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBC }}
{{ imposto.ICMS.vBC }}
{{ imposto.ICMS.pRedBC }}
{{ imposto.ICMS.pICMS }}
{{ imposto.ICMS.vICMS }}
{{ imposto.ICMS.modBCST }}
{{ imposto.ICMS.pMVAST }}
{{ imposto.ICMS.pRedBCST }}
{{ imposto.ICMS.vBCST }}
{{ imposto.ICMS.pICMSST }}
{{ imposto.ICMS.vICMSST }}
{{ imposto.ICMS.vICMSDeson }}
{{ imposto.ICMS.motDesICMS }}
{% endif %}
{% if imposto.ICMSPart is defined -%}
{{ imposto.ICMSPart.orig }}
{{ imposto.ICMSPart.CST }}
{{ imposto.ICMSPart.modBC }}
{{ imposto.ICMSPart.vBC }}
{{ imposto.ICMSPart.pRedBC }}
{{ imposto.ICMSPart.pICMS }}
{{ imposto.ICMSPart.vICMS }}
{{ imposto.ICMSPart.modBCST }}
{{ imposto.ICMSPart.pMVAST }}
{{ imposto.ICMSPart.pRedBCST }}
{{ imposto.ICMSPart.vBCST }}
{{ imposto.ICMSPart.pICMSST }}
{{ imposto.ICMSPart.vICMSST }}
{{ imposto.ICMSPart.pBCOp }}
{{ imposto.ICMSPart.UFST }}
{% endif %}
{% if imposto.ICMSST is defined -%}
{{ imposto.ICMSST.orig }}
{{ imposto.ICMSST.CST }}
{{ imposto.ICMSST.vBCSTRet }}
{{ imposto.ICMSST.vICMSSTRet }}
{{ imposto.ICMSST.vBCSTDest }}
{{ imposto.ICMSST.vICMSSTDest }}
{% endif %}
{% if imposto.ICMS.CST == '101' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.pCredSN }}
{{ imposto.ICMS.vCredICMSSN }}
{% endif %}
{% if imposto.ICMS.CST == '102' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{% endif %}
{% if imposto.ICMS.CST == '201' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBCST }}
{{ imposto.ICMS.pMVAST }}
{{ imposto.ICMS.pRedBCST }}
{{ imposto.ICMS.vBCST }}
{{ imposto.ICMS.pICMSST }}
{{ imposto.ICMS.vICMSST }}
{{ imposto.ICMS.pCredSN }}
{{ imposto.ICMS.vCredICMSSN }}
{% endif %}
{% if imposto.ICMS.CST == '202' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBCST }}
{{ imposto.ICMS.pMVAST }}
{{ imposto.ICMS.pRedBCST }}
{{ imposto.ICMS.vBCST }}
{{ imposto.ICMS.pICMSST }}
{{ imposto.ICMS.vICMSST }}
{% endif %}
{% if imposto.ICMS.CST == '500' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.vBCSTRet }}
{{ imposto.ICMS.vICMSSTRet }}
{% endif %}
{% if imposto.ICMS.CST == '900' -%}
{{ imposto.ICMS.orig }}
{{ imposto.ICMS.CST }}
{{ imposto.ICMS.modBC }}
{{ imposto.ICMS.vBC }}
{{ imposto.ICMS.pRedBC }}
{{ imposto.ICMS.pICMS }}
{{ imposto.ICMS.vICMS }}
{{ imposto.ICMS.modBCST }}
{{ imposto.ICMS.pMVAST }}
{{ imposto.ICMS.pRedBCST }}
{{ imposto.ICMS.vBCST }}
{{ imposto.ICMS.pICMSST }}
{{ imposto.ICMS.vICMSST }}
{{ imposto.ICMS.pCredSN }}
{{ imposto.ICMS.vCredICMSSN }}
{% endif %}
{% if NFe.infNFe.ide.mod != '65' %}
{{ imposto.IPI.clEnq }}
{{ imposto.IPI.CNPJProd }}
{{ imposto.IPI.cSelo }}
{{ imposto.IPI.qSelo }}
{{ imposto.IPI.cEnq }}
{% if imposto.IPI.CST in ('00', '49', '50', '99') %}
{{ imposto.IPI.CST }}
{{ imposto.IPI.vBC }}
{{ imposto.IPI.pIPI }}
{{ imposto.IPI.qUnid }}
{{ imposto.IPI.vUnid }}
{{ imposto.IPI.vIPI }}
{% endif %}
{% if imposto.IPI.CST in ('01', '02', '03', '04', '51', '52', '53', '54', '55') %}
{{ imposto.IPI.CST }}
{% endif %}
{% endif %}
{% if imposto.II is defined %}
{{ imposto.II.vBC }}
{{ imposto.II.vDespAdu }}
{{ imposto.II.vII }}
{{ imposto.II.vIOF }}
{% endif %}
{% if imposto.PIS.CST in ('01', '02') %}
{{ imposto.PIS.CST }}
{{ imposto.PIS.vBC }}
{{ imposto.PIS.pPIS }}
{{ imposto.PIS.vPIS }}
{% endif %}
{% if imposto.PIS.CST == '03' %}
{{ imposto.PIS.CST }}
{{ imposto.PIS.qBCProd }}
{{ imposto.PIS.vAliqProd }}
{{ imposto.PIS.vPIS }}
{% endif %}
{% if imposto.PIS.CST in ('04', '05', '05', '06', '07', '08', '09') %}
{{ imposto.PIS.CST }}
{% endif %}
{% if imposto.PIS.CST in ('49', '50', '51', '52', '53', '54', '55', '56', '60', '61', '62', '63', '64', '65', '66', '67', '70', '71', '72', '73', '74', '75', '98', '99') %}
{{ imposto.PIS.CST }}
{{ imposto.PIS.vBC }}
{{ imposto.PIS.pPIS }}
{{ imposto.PIS.qBCProd }}
{{ imposto.PIS.vAliqProd }}
{{ imposto.PIS.vPIS }}
{% endif %}
{% if imposto.PISST is defined %}
{{ imposto.PISST.vBC }}
{{ imposto.PISST.pPIS }}
{{ imposto.PISST.qBCProd }}
{{ imposto.PISST.vAliqProd }}
{{ imposto.PISST.vPIS }}
{% endif %}
{% if imposto.COFINS.CST in ('01', '02') %}
{{ imposto.COFINS.CST }}
{{ imposto.COFINS.vBC }}
{{ imposto.COFINS.pCOFINS }}
{{ imposto.COFINS.vCOFINS }}
{% endif %}
{% if imposto.COFINS.CST == '03' %}
{{ imposto.COFINS.CST }}
{{ imposto.COFINS.qBCProd }}
{{ imposto.COFINS.vAliqProd }}
{{ imposto.COFINS.vCOFINS }}
{% endif %}
{% if imposto.COFINS.CST in ('04', '05', '05', '06', '07', '08', '09') %}
{{ imposto.COFINS.CST }}
{% endif %}
{% if imposto.COFINS.CST in ('49', '50', '51', '52', '53', '54', '55', '56', '60', '61', '62', '63', '64', '65', '66', '67', '70', '71', '72', '73', '74', '75', '98', '99') %}
{{ imposto.COFINS.CST }}
{{ imposto.COFINS.vBC }}
{{ imposto.COFINS.pCOFINS }}
{{ imposto.COFINS.qBCProd }}
{{ imposto.COFINS.vAliqProd }}
{{ imposto.COFINS.vCOFINS }}
{% endif %}
{% if imposto.COFINSST is defined %}
{{ imposto.COFINSST.vBC }}
{{ imposto.COFINSST.pCOFINS }}
{{ imposto.COFINSST.qBCProd }}
{{ imposto.COFINSST.vAliqProd }}
{{ imposto.COFINSST.vCOFINS }}
{% endif %}
{% if imposto.ISSQN is defined %}
{{ imposto.ISSQN.vBC }}
{{ imposto.ISSQN.vAliq }}
{{ imposto.ISSQN.vISSQN }}
{{ imposto.ISSQN.cMunFG }}
{{ imposto.ISSQN.cListServ }}
{{ imposto.ISSQN.vDeducao }}
{{ imposto.ISSQN.vOutro }}
{{ imposto.ISSQN.vDescIncond }}
{{ imposto.ISSQN.vDescCond }}
{{ imposto.ISSQN.vDeducao }}
{{ imposto.ISSQN.indISS }}
{{ imposto.ISSQN.cServico }}
{{ imposto.ISSQN.cMun }}
{{ imposto.ISSQN.cPais }}
{{ imposto.ISSQN.nProcesso }}
{{ imposto.ISSQN.vDeducao }}
{% endif %}
{% if imposto.ICMSUFDest is defined %}
{{ imposto.ICMSUFDest.vBCUFDest }}
{{ imposto.ICMSUFDest.pFCPUFDest }}
{{ imposto.ICMSUFDest.pICMSInter }}
{{ imposto.ICMSUFDest.pICMSInter }}
{{ imposto.ICMSUFDest.pICMSInterPart }}
{{ imposto.ICMSUFDest.vFCPUFDest }}
{{ imposto.ICMSUFDest.vICMSUFDest }}
{{ imposto.ICMSUFDest.vICMSUFRemet }}
{% endif %}
{% endwith %}
{% if det.impostoDevol is defined %}
{{ det.impostoDevol.pDevol }}
{{ det.impostoDevol.IPI }}
{{ det.impostoDevol.vIPIDevol }}
{% endif %}
{% if det.infAdProd %}
{{ det.infAdProd }}
{% endif %}
{% set count = count + 1 %}
{% endfor %}
{% with total = NFe.infNFe.total %}
{{ total.vBC }}
{{ total.vICMS }}
{{ total.vICMSDeson }}
{{ total.vBCST }}
{{ total.vST }}
{{ total.vProd }}
{{ total.vFrete }}
{{ total.vSeg }}
{{ total.vDesc }}
{{ total.vII }}
{{ total.vIPI }}
{{ total.vPIS }}
{{ total.vCOFINS }}
{{ total.vOutro }}
{{ total.vNF }}
{{ total.vTotTrib }}
{% endwith %}
{% if NFe.infNFe.ISSQNtot is defined %}
{% with issqntotal = NFe.infNFe.ISSQNtot %}
{{ issqntotal.vServ }}
{{ issqntotal.vBC }}
{{ issqntotal.vISS }}
{{ issqntotal.vPIS }}
{{ issqntotal.vCOFINS }}
{{ issqntotal.dCompet }}
{{ issqntotal.vDeducao }}
{{ issqntotal.vOutro }}
{{ issqntotal.vDescIncond }}
{{ issqntotal.vDescCond }}
{{ issqntotal.vISSRet }}
{{ issqntotal.cRegTrib }}
{% endwith %}
{% endif %}
{% if NFe.infNFe.retTrib is defined %}
{% with retencao = NFe.infNFe.retTrib %}
{{ retencao.vRetPIS }}
{{ retencao.vRetCOFINS }}
{{ retencao.vRetCSLL }}
{{ retencao.vBCIRRF }}
{{ retencao.vIRRF }}
{{ retencao.vBCRetPrev }}
{{ retencao.vRetPrev }}
{% endwith %}
{% endif %}
{{ NFe.infNFe.transp.modFrete }}
{% if NFe.infNFe.transp.transporta is defined %}
{{ NFe.infNFe.transp.transporta.CNPJ }}
{{ NFe.infNFe.transp.transporta.CPF }}
{{ NFe.infNFe.transp.transporta.xNome }}
{{ NFe.infNFe.transp.transporta.IE }}
{{ NFe.infNFe.transp.transporta.xEnder }}
{{ NFe.infNFe.transp.transporta.xMun }}
{{ NFe.infNFe.transp.transporta.UF }}
{% endif %}
{% if NFe.infNFe.transp.veicTransp is defined %}
{{ NFe.infNFe.transp.veicTransp.placa }}
{{ NFe.infNFe.transp.veicTransp.UF }}
{{ NFe.infNFe.transp.veicTransp.RNTC }}
{% endif %}
{% if NFe.infNFe.transp.vol is defined %}
{% for volume in NFe.infNFe.transp.vol %}
{{ volume.qVol }}
{{ volume.esp }}
{{ volume.marca }}
{{ volume.nVol }}
{{ volume.pesoL }}
{{ volume.pesoB }}
{% endfor %}
{% endif %}
{% if NFe.infNFe.transp.lacres is defined %}
{% for lacre in NFe.infNFe.transp.lacres %}
{{ lacre.nLacre }}
{% endfor %}
{% endif %}
{% if NFe.infNFe.cobr is defined %}
{% if NFe.infNFe.ide.mod != '65' %}
{% if NFe.infNFe.cobr.fat is defined %}
{{ NFe.infNFe.cobr.fat.nFat }}
{{ NFe.infNFe.cobr.fat.vOrig }}
{{ NFe.infNFe.cobr.fat.vDesc }}
{{ NFe.infNFe.cobr.fat.vLiq }}
{% endif %}
{% if NFe.infNFe.cobr.dup is defined %}
{% for duplicata in NFe.infNFe.cobr.dup %}
{{ duplicata.nDup }}
{{ duplicata.dVenc }}
{{ duplicata.vDup }}
{% endfor %}
{% endif %}
{% endif %}
{% endif %}
{% if NFe.infNFe.pag is defined %}
{% for pag in NFe.infNFe.pag %}
{{ pag.tPag }}
{{ pag.vPag }}
{% if pag.card is defined %}
{{ pag.card.CNPJ }}
{{ pag.card.tBand }}
{{ pag.card.cAut }}
{% endif %}
{% endfor %}
{% endif %}
{{ NFe.infNFe.infAdic.infAdFisco }}
{{ NFe.infNFe.infAdic.infCpl }}
{% if NFe.infNFe.infAdic.obsCont is defined %}
{% for obs in NFe.infNFe.infAdic.obsCont %}
{{ obs.xCampo }}
{{ obs.xTexto }}
{% endfor %}
{% endif %}
{% if NFe.infNFe.infAdic.obsFisco is defined %}
{% for obs in NFe.infNFe.infAdic.obsFisco %}
{{ obs.xCampo }}
{{ obs.xTexto }}
{% endfor %}
{% endif %}
{% if NFe.infNFe.exporta is defined %}
{{ NFe.infNFe.exporta.UFSaidaPais }}
{{ NFe.infNFe.exporta.xLocExporta }}
{{ NFe.infNFe.exporta.xLocDespacho }}
{% endif %}
{% if NFe.infNFe.compra is defined %}
{{ NFe.infNFe.compra.xNEmp }}
{{ NFe.infNFe.compra.xPed }}
{{ NFe.infNFe.compra.xCont }}
{% endif %}
{% endfor %}