{% extends "email_step2.html" %} {% block title %}wn.html{% endblock %} {% block content %} {% set footer = fila ~ '|' ~ boletin ~ '|' ~ resolucion ~ '|' ~ vencimiento %}
{{ debug | safe }}
{% if idioma=='es' %}

VENEZUELA: Publicación de marca para efectos de oposición por terceros en boletín No. {{ boletin }} | {{ caso }}

AVISO DE POSIBLE OPOSICIÓN
Vencimiento para presentar oposición: {{ vencimiento | safe }}

{{ cliente | safe }}
Email: {{ email | safe }}

{{ salutation | safe }}

Le informamos que la siguiente solicitud de registro fue publicada a efectos de oposición:

Marca del cliente Marca publicada
{{ marca1 | safe }} {{ marca2 | safe }}
{{ info1 | safe }} {{ info2 | safe }}
{{ titular1 | safe }} {{ titular2 | safe }}
{{ clase1 | safe }} {{ clase2 | safe }}
{{ distingue2 | safe }}

De estar interesados en presentar oposición contra la solicitud de registro de la marca antes identificada u obtener información adicional, favor contactarnos antes del vencimiento.

{% endif %}
{% if idioma=='en' %}

VENEZUELA: Trademark application published for opposition purposes in gazette No. {{ boletin }} | {{ caso }}

WATCH NOTICE
Opposition deadline: {{ vencimiento | safe }}

{{ cliente | safe}}
Email: {{ email | safe }}

{{ salutation | safe }}

Please be informed that the following trademark application was published for opposition purposes:

Client's trademark Application published
{{ referencia1 | safe }}
{{ marca1 | safe }} {{ marca2 | safe }}
{{ info1 | safe }} {{ info2 | safe }}
{{ titular1 | safe }} {{ titular2 | safe}}
{{ clase1 | safe }} {{ clase2 | safe }}
{{ google | safe }}

If you are interested in filing an opposition against the above identified trademark application, or in having additional information, please contact us before the expiration of the above-mentioned deadline.

{% endif %}

{{ farewell | safe }}


trademarks.png
{{ footer | safe}} {% endblock %}