<tr>
<td>{{loop.index}}</td>
<td>
- {% if mode in ('error_code', 'obfuscation') %}
+ {% if entry['domain'] == None %}
+ -
+ {% elif mode in ('error_code', 'obfuscation') %}
{{entry['domain']}}
{% elif mode == 'block_level' %}
<a href="top?mode={{mode}}&value={{entry['domain']}}&amount=50">{{entry['domain']}}</a>
<a href="list?mode=software&value={{entry['domain']}}&amount=50">{{entry['domain']}}</a>
{% elif mode in ('software', 'detection_mode', 'command') %}
<a href="list?mode={{mode}}&value={{entry['domain']}}&amount=50">{{entry['domain']}}</a>
- {% elif entry['domain'] == None %}
- -
{% else %}
{% with domain=entry['domain'] %}
{% include "widgets/links.html" %}