2017-08-14 12:34:53 -07:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								{% extends "symposion/sponsorship/list_.html" %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% block lede %}
							 
						 
					
						
							
								
									
										
										
										
											2019-10-01 08:54:22 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  We're grateful to the following organizations, who've made a substantial contribution to CopyleftConf 2020. Learn how you can join us by checking out < a  href = "/sponsors/become-a-sponsor" > our prospectus< / a > .
							 
						 
					
						
							
								
									
										
										
										
											2017-08-14 12:34:53 -07:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								{% endblock %}
							 
						 
					
						
							
								
									
										
										
										
											2020-01-23 11:39:46 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% block content %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  {% sponsor_levels as levels %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  {% for level in levels %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    {% if level.sponsors %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								      < h2 > {{ level.name }}< / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								      {% for sponsor in level.sponsors %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        {% if sponsor.sponsor_logo %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								          < div  class = "row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < div  class = "col-md-4" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								              < h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < a  href = "{{ sponsor.external_url }}" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                  < img  style = "width: 90%; margin-right: 10%;"  src = "{% thumbnail sponsor.website_logo '600x320' %}"  alt = "{{ sponsor.name }}"  / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								              < / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < div  class = "col-md-8" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								              < h3 > < a  href = "{{ sponsor.external_url }}" > {{ sponsor.name }}< / a > < / h3 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								              < p > {{ sponsor.listing_text|urlize|linebreaks }}< / p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								          < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								      {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% endblock %}