Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
				
			
			
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							340 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							340 B
						
					
					
				| {% extends "mobile_index.htm" %} | |
| {% load mumble_extras %} | |
| {% block Headline %} | |
| Configured Mumble Servers | |
| {% endblock %} | |
| {% block LeftColumn %} | |
| <div class="rahmen"> | |
|   <ul> | |
|   {% for mumble in MumbleObjects %} | |
|     <li><a href="{% url mumble.views.mobile_show mumble.id %}">{{mumble.name}}</a></li> | |
|   {% endfor %} | |
|   </ul> | |
| </div> | |
| {% endblock %}
 |