this could be a graph, eventually, with more time to hack through something like YUI. http://developer.yahoo.com/yui/examples/charts/charts-styles_clean.html is a solid example
		
			
				
	
	
		
			10 lines
		
	
	
		
			192 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			192 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
{% autoescape on %}
 | 
						|
<ol>
 | 
						|
  {% for value in values %}
 | 
						|
  <li>
 | 
						|
  <a href="{% url key_detail value.key %}">{{ value.key }}</a> ({{ value.value }})
 | 
						|
  </li>
 | 
						|
  {% endfor %}
 | 
						|
</ol>
 | 
						|
{% endautoescape %}
 |