{% extends "email_step1.html" %} notificaciones.html {% block preamble %} {% if data.idioma == 'en' and modelo_nro in ['01', '02', '03'] and data.cantidad == 1 %}

Please find attached a scanned copy (PDF) of the official receipt for the {{ tipos_str }} filing, duly stamped by the Venezuelan Patent and Trademark Office (VPTO), corresponding to the trademark listed below.

{% endif %} {% if data.idioma == 'en' and modelo_nro in ['01', '02', '03'] and data.cantidad > 1 %}

Please find attached scanned copies (PDFs) of the official receipts for the {{ tipos_str }} filing, duly stamped by the Venezuelan Patent and Trademark Office (VPTO), corresponding to the trademarks listed below.

{% endif %} {% if data.idioma == 'es' and modelo_nro in ['01', '02', '03'] and data.cantidad == 1 %}

Adjuntamos copia escaneada (PDF) del comprobante oficial de {{ tipos_str }}, debidamente sellado por el Servicio Autónomo de la Propiedad Intelectual (SAPI), correspondiente a la marca listada más abajo.

{% endif %} {% if data.idioma == 'es' and modelo_nro in ['01', '02', '03'] and data.cantidad > 1 %}

Adjuntamos copias escaneadas (PDFs) de los comprobantes oficiales de {{ tipos_str }}, debidamente sellados por el Servicio Autónomo de la Propiedad Intelectual (SAPI), correspondientes a las marcas listadas más abajo.

{% endif %} {% endblock %} {% block epilogue %} {% if data.idioma == 'en' and modelo_nro in ['01'] %}

Please note that we are awaiting:

As you already know, when applications are filed without original documents the VPTO permits delayed submission within the 30 days following the filing date. Timely submission will help prevent an office action, we recommend filing the documents before xxxxxx xx, 2025.

Finally, you will receive the corresponding invoice in a separate email.

If you require further information or have any questions or concerns, please do not hesitate to reach out to us.

{% endif %} {% if data.idioma == 'es' and modelo_nro in ['01'] %}

Quedamos a la espera de:

Como ya es de su conocimiento, cuando las solicitudes se presentan sin los documentos originales, el SAPI permite su presentación posterior dentro de los 30 días siguientes a la fecha de solicitud. La entrega oportuna de los documentos ayudará a evitar un oficio de devolución; por ello, recomendamos presentarlos antes del xxxxxx de 2025.

Por último, se enviará la factura correspondiente en un correo separado.

Si requiere más información o tiene alguna pregunta o inquietud, no dude en comunicarse con nosotros.

{% endif %} {% if data.idioma == 'en' and modelo_nro in ['02'] %}

Please note that once the renewal application is submitted, the registration will be legally valid for 15 years. The issuance of the Renewal certificate may take between 6 to 12 months. Please keep in mind that the Trademark Office has recently launched this service, so its functionality is still uncertain.

If you require further information or have any questions or concerns, please do not hesitate to reach out to us.

{% endif %} {% if data.idioma == 'es' and modelo_nro in ['02'] %}

Le informamos que una vez presentada la solicitud de renovación, el registro será considerado válido para todos los efectos legales por 15 años. La emisión del Certificado de Renovación podría tardar entre 6 y 12 meses. Por favor, tenga en cuenta que la Oficina de Marcas lanzó este servicio recientemente, por lo que aún no tenemos certeza si funcionará correctamente.

Si requiere más información o tiene alguna pregunta o inquietud, no dude en comunicarse con nosotros.

{% endif %} {% if data.idioma == 'en' and modelo_nro in ['03'] %}

If you require further information or have any questions or concerns, please do not hesitate to reach out to us.

{% endif %} {% if data.idioma == 'es' and modelo_nro in ['03'] %}

Si requiere más información o tiene alguna pregunta o inquietud, no dude en comunicarse con nosotros.

{% endif %} {% endblock %} {% block signature %} {% if modelo_nro in ['01'] %} trademarks.png {% endif %} {% if modelo_nro in ['02'] %} renewals.png {% endif %} {% if modelo_nro in ['03'] %} transfers.png {% endif %} {% endblock %}