Add torrent statistics
This commit is contained in:
		@@ -19,9 +19,9 @@ vim: ts=2 noexpandtab
 | 
			
		||||
		<tr>
 | 
			
		||||
			<td><a href="/details?h={{ result[0] }}">{{ result[1] }}</a></td>
 | 
			
		||||
			<td>{{ result[2] }}</td>
 | 
			
		||||
			<td>{{ _("N/A") }}</td>
 | 
			
		||||
			<td>{{ _("N/A") }}</td>
 | 
			
		||||
			<td>{{ _("N/A") }}</td>
 | 
			
		||||
			<td>{{ stats.get(result[0], {}).get("complete", _("N/A")) }}</td>
 | 
			
		||||
			<td>{{ stats.get(result[0], {}).get("seeds", _("N/A")) }}</td>
 | 
			
		||||
			<td>{{ stats.get(result[0], {}).get("peers", _("N/A")) }}</td>
 | 
			
		||||
		</tr>
 | 
			
		||||
		{% endfor %}
 | 
			
		||||
	</table>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user