<table class="table-with-rows">
<thead>
<th>№</th>
- <th>{% if mode in ('software', 'avg_peers', 'obfuscator') %}Software{% elif mode == 'obfuscation' %}Obfuscation status{% elif mode == 'detection_mode' %}Detection mode{% elif mode == 'error_code' %}Error code{% else %}Instance{% endif %}</th>
- <th>{% if mode == 'reference' %}References{% elif mode == 'avg_peers' %}Average{% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode', 'command') %}Total{% else %}Blocks{% endif %}</th>
+ <th>
+ {% if mode in ('software', 'avg_peers', 'obfuscator') %}Software
+ {% elif mode == 'obfuscation' %}Obfuscation status
+ {% elif mode == 'detection_mode' %}Detection mode
+ {% elif mode == 'error_code' %}Error code
+ {% else %}Instance
+ {% endif %}
+ </th>
+ <th>
+ {% if mode == 'reference' %}References
+ {% elif mode == 'avg_peers' %}Average
+ {% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode', 'command') %}Total
+ {% else %}Blocks
+ {% endif %}
+ </th>
</thead>
<tbody>