{% load custom_tags %} Complemento de Carta porte
Material peligroso Total distancia recorrida Traspaso internacional Cve Transporte
No {{ carta_porte.TotalDistRec|cur }} {{ carta_porte.TranspInternac }} 01
Ubicaciones {% for u in instance.carta_porte.ubicaciones.all %} {% endfor %}
Tipo Ciudad Número de informe Fecha Hora Salida llegada Domicilio
Origen {{ instance.get_remitente_ciudad_flecosa }} {{ instance.get_numero_informe_flecosa }} {{ instance.get_fecha_origen_flecosa|default:"" }} {{ instance.get_remitente_domicilio_flecosa }} {{ instance.get_remitente_info_ubicacion_flecosa }}
Destino {{ instance.get_destinatario_ciudad_flecosa }} {{ instance.get_numero_informe_flecosa }} {{ instance.get_fecha_destino_flecosa|default:"" }} {{ instance.get_destinatario_domicilio_flecosa }} {{ instance.get_destinatario_info_ubicacion_flecosa }}
Figuras transporte {% for op in carta_porte.figura_transporte.tipos_figura %} {% endfor %}
Tipo figura Nombre RFC Licencia Domicilio
{{ op.TipoFigura }} {{ op.NombreFigura }} {{ op.RFCFigura }} {{ op.NumLicencia }} {{ op.domicilio.Calle }} #{{ op.domicilio.NumeroExterior }} CP: {{ op.domicilio.CodigoPostal }} {{ op.domicilio.Localidad }} {{ op.domicilio_text.Localidad }} {{ op.domicilio.Municipio }} {{ op.domicilio_text.Municipio }}, {{ op.domicilio_text.Estado }}, {{ op.domicilio.Pais }}
Vehículo
Nombre aseguradora Num Permiso SCT Num Poliza Seguro Permiso SCT Año Configuración Vehicular PLacaVM
{{ carta_porte.autotransporte_federal.seguros.AseguraRespCivil }} {{ carta_porte.autotransporte_federal.NumPermisoSCT }} {{ carta_porte.autotransporte_federal.seguros.PolizaRespCivil|default:"" }} {{ carta_porte.autotransporte_federal.PermSCT|default:"" }} {{ carta_porte.autotransporte_federal.identificacion_vehicular.AnioModeloVM|default:"" }} {{ carta_porte.autotransporte_federal.identificacion_vehicular.ConfigVehicular|default:"" }} {{ carta_porte.autotransporte_federal.identificacion_vehicular.PlacaVM|default:"" }}
{% if carta_porte.autotransporte_federal.remolques and CLAVE != "flecosa" %} Remolques {% for re in carta_porte.autotransporte_federal.remolques %} {% endfor %}
Placa Sub Tipo
{{ re.Placa }} {{ re.SubTipoRem }}
{% endif %} {% for mer in carta_porte.mercancias %} {% with gi=mer.guias_identificacion.0 %} {% endwith %} {% endfor %}
Mercancías
Cantidad Guía Folio fiscal ClaveProdServ Descripción Peso Unidad de medida
1 {{ gi.NumeroGuiaIdentificacion }} {{ gi.DescripGuiaIdentificacion }} {{ mer.BienesTransp }} {{ mer.Descripcion }} {{ mer.PesoEnKg|curn:6 }} KGM
Total de guías {{ carta_porte.mercancias|length }} Peso total {{ carta_porte.nodo_mercancias.PesoBrutoTotal|cur }}