diff --git a/var/www/templates/crawler/crawler_splash/showDomain.html b/var/www/templates/crawler/crawler_splash/showDomain.html
index c63dd5b5..e2ae19fb 100644
--- a/var/www/templates/crawler/crawler_splash/showDomain.html
+++ b/var/www/templates/crawler/crawler_splash/showDomain.html
@@ -106,26 +106,28 @@
Last Origin: |
- {% if dict_domain['father']=='manual' or dict_domain['father']=='auto' %}
+ {% if dict_domain %}
+ {% if dict_domain['father']=='manual' or dict_domain['father']=='auto' %}
+
+ |
+ {{ dict_domain['father'] }} |
+
+ {%else%}
- |
- {{ dict_domain['father'] }} |
+ |
+
+ {{ dict_domain['father']['item_father'] }}
+ |
- {%else%}
-
- |
-
- {{ dict_domain['father']['item_father'] }}
- |
-
- {% if dict_domain['father']['domain_father'] %}
- |
-
- {{ dict_domain['father']['domain_father'] }}
- |
+ {% if dict_domain['father']['domain_father'] %}
+ |
+
+ {{ dict_domain['father']['domain_father'] }}
+ |
+ {%endif%}
+
+ {%endif%}
{%endif%}
-
- {%endif%}