{{ datos.meta }}
{{ datos.salutation }}
{% if datos.idioma == 'es' %}Les informamos que {{ 'los registros que se identifican a continuación vencen' if datos.cantidad > 1 else 'el registro que se identifica a continuación vence' }} durante {{ datos.periodo }}. En consecuencia, de estar interesados en {{ 'mantenerlos, los mismos deberán ser renovados dentro de los seis (6) meses anteriores a sus vencimientos.' if datos.cantidad > 1 else 'mantenerlo, el mismo deberá ser renovado dentro de los seis (6) meses anteriores a su vencimiento.' }}
Titular: {{ datos.propietario | safe }}
| Marca | Clase | Reg. No. | Vencimiento | S. Ref. |
|---|
Los costos de renovación por cada registro (marca y clase) son los siguientes:
{{ datos.tarifa | safe }}Comentarios adicionales:
Quedamos atentos a sus comentarios e instrucciones.
{% elif datos.idioma == 'en' %}We would like to inform you that the registration{{ 's' if datos.cantidad > 1 else '' }} listed below {{ 'are' if datos.cantidad > 1 else 'is' }} set to expire in {{ datos.periodo }}. Should you wish to maintain {{ 'their validity, they ' if datos.cantidad > 1 else 'its validity, it ' }} may be renewed within the six (6) months leading up to {{ 'their expirations.' if datos.cantidad > 1 else 'its expiration.' }}
Owner: {{ datos.propietario | safe }}
| Trademark | Class | Reg. No. | Valid until | Y. Ref. |
|---|
The costs for renewing a trademark registration (cost per trademark and class) are as follows:
{{ datos.tarifa | safe }}Additional comments:
We look forward to your comments and instructions.
{% endif %}{{ datos.farewell | safe }}