diff --git a/source/_scripts/_python/template.html b/source/_scripts/_python/template.html
index c3ed182d..115379aa 100644
--- a/source/_scripts/_python/template.html
+++ b/source/_scripts/_python/template.html
@@ -31,7 +31,7 @@
| {{d.title}} |
{{d.data_desc}}
-
+
Status:
{% if d.status=="Pending-Delete" %}
{{d.status}}
@@ -39,7 +39,7 @@
{{d.status}}
{% elif d.status=="WIP" %}
{{d.status}}
- {% elif d.status=="Deprecated"%}
+ {% elif d.status=="Deprecated" %}
{{d.status}}
{% else %}
{{d.status}}
|