]> git.mxchange.org Git - fba.git/blobdiff - templates/views/scoreboard.html
Continued:
[fba.git] / templates / views / scoreboard.html
index 5cf8d4b7c2827a3414a847d85cf30dc92e48956e..04bf8b9abf5b6146c017642501d0c8b61c546f9e 100644 (file)
         <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>