diff --git a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
index 42a341f..1b1006d 100644
--- a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
+++ b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
@@ -55,19 +55,36 @@
{{ rps.tomador.uf }}
{{ rps.tomador.cep }}
+
{{ rps.descricao|normalize|escape }}
+
{% if rps.valor_carga_tributaria -%}
{{ rps.valor_carga_tributaria }}
{% endif %}
+
{% if rps.percentual_carga_tributaria -%}
{{ rps.percentual_carga_tributaria }}
{% endif %}
+
{% if rps.fonte_carga_tributaria -%}
{{ rps.fonte_carga_tributaria }}
{% endif %}
+
+ {% if rps.codigo_cei -%}
+ {{ rps.codigo_cei }}
+ {% endif %}
+
+ {% if rps.matricula_obra -%}
+ {{ rps.matricula_obra }}
+ {% endif %}
+
{% if rps.municipio_prestacao -%}
{{ rps.municipio_prestacao }}
{% endif %}
+
+ {% if rps.num_encapsulamento -%}
+ {{ rps.num_encapsulamento }}
+ {% endif %}
{% endfor %}