diff --git a/var/www/templates/crawler/crawler_splash/table_cookiejar.html b/var/www/templates/crawler/crawler_splash/table_cookiejar.html index a773ddc9..0482acb1 100644 --- a/var/www/templates/crawler/crawler_splash/table_cookiejar.html +++ b/var/www/templates/crawler/crawler_splash/table_cookiejar.html @@ -34,7 +34,11 @@ {% endif %} {% endif %} - {{dict_cookiejar['org_name']}}
{{ dict_cookiejar['org'] }} + + {% if dict_cookiejar['org'] %} + {{dict_cookiejar['org_name']}}
{{ dict_cookiejar['org'] }} + {% endif %} + {{dict_cookiejar['user']}} {% endfor %} diff --git a/var/www/templates/hunter/tracker_show.html b/var/www/templates/hunter/tracker_show.html index add8fbcf..7d71f12d 100644 --- a/var/www/templates/hunter/tracker_show.html +++ b/var/www/templates/hunter/tracker_show.html @@ -133,7 +133,11 @@ Org - {{meta['org_name']}}
{{ meta['org'] }} + + {% if meta['org'] %} + {{meta['org_name']}}
{{ meta['org'] }} + {% endif %} + First Seen diff --git a/var/www/templates/hunter/trackersManagement.html b/var/www/templates/hunter/trackersManagement.html index 7903f728..5c5e8537 100644 --- a/var/www/templates/hunter/trackersManagement.html +++ b/var/www/templates/hunter/trackersManagement.html @@ -94,7 +94,9 @@ - {{ dict_uuid['org_name'] }}
{{ dict_uuid['org'] }} + {% if dict_uuid['org'] %} + {{ dict_uuid['org_name'] }}
{{ dict_uuid['org'] }} + {% endif %} {% if dict_uuid['first_seen'] %} @@ -243,7 +245,9 @@ - {{ dict_uuid['org_name'] }}
{{ dict_uuid['org'] }} + {% if dict_uuid['org'] %} + {{ dict_uuid['org_name'] }}
{{ dict_uuid['org'] }} + {% endif %} {% if dict_uuid['first_seen'] %} diff --git a/var/www/templates/investigations/investigations.html b/var/www/templates/investigations/investigations.html index f5219612..0943a735 100644 --- a/var/www/templates/investigations/investigations.html +++ b/var/www/templates/investigations/investigations.html @@ -58,7 +58,9 @@ - {{ dict_investigation['org_name']}}
{{ dict_investigation['org'] }} + + {{ dict_investigation['org_name']}}
{{ dict_investigation['org'] }} + {{ dict_investigation['date']}} {{ dict_investigation['last_change']}} {{ dict_investigation['info']}} @@ -96,7 +98,11 @@ - {{ dict_investigation['org_name']}}
{{ dict_investigation['org'] }} + + {% if dict_investigation['org'] %} + {{ dict_investigation['org_name']}}
{{ dict_investigation['org'] }} + {% endif %} + {{ dict_investigation['date']}} {{ dict_investigation['last_change']}} {{ dict_investigation['info']}} diff --git a/var/www/templates/investigations/view_investigation.html b/var/www/templates/investigations/view_investigation.html index e9d87ea3..a21b474e 100644 --- a/var/www/templates/investigations/view_investigation.html +++ b/var/www/templates/investigations/view_investigation.html @@ -49,7 +49,11 @@ Org - {{metadata['org_name']}}
{{ metadata['org'] }} + + {% if metadata['org'] %} + {{ metadata['org_name']}}
{{ metadata['org'] }} + {% endif %} + Level