| Index: sitescripts/reports/template/report.html | 
| =================================================================== | 
| --- a/sitescripts/reports/template/report.html | 
| +++ b/sitescripts/reports/template/report.html | 
| @@ -15,6 +15,10 @@ | 
| <td class="label">Status:</td> | 
| <td id="statusCell">{% if status %}{{status|keepnewlines}}{% else %}unknown{% endif %}</td> | 
| </tr> | 
| + <tr id="utilityRow"> | 
| + <td class="label">Utility:</td> | 
| + <td id="utilityCell" value="{{utility}}">{{ {'0': 'not established', '1': 'usefull', '-1': 'harmful'}.get(utility, 0) }}</td> | 
| + </tr> | 
| <tr id="mainURLRow"> | 
| <td class="label">Website:</td> | 
| <td>{{main_url|url}} |