| 
									
										
										
										
											2021-10-18 16:37:58 -07:00
										 |  |  | {% extends "base_conservancy.html" %} | 
					
						
							|  |  |  | {% load cache %} | 
					
						
							|  |  |  | {% load humanize %} | 
					
						
							|  |  |  | {% block head %} | 
					
						
							|  |  |  | <link href="/jquery-ui.css" rel="stylesheet" type="text/css"/> | 
					
						
							|  |  |  | <link href="/forms.css" rel="stylesheet" type="text/css"/> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block outercontent %} | 
					
						
							|  |  |  | <div class="content-with-donate-sidebar"> | 
					
						
							|  |  |  |     <div id="container"> | 
					
						
							|  |  |  |          <div id="sidebar" class="{% block submenuselection %}other{% endblock %}"> | 
					
						
							| 
									
										
										
										
											2021-10-18 20:27:18 -07:00
										 |  |  |             <h2>What We Do</h2> | 
					
						
							|  |  |  |             {% include 'submenus/what_we_do_partial.html' %} | 
					
						
							| 
									
										
										
										
											2021-10-18 16:37:58 -07:00
										 |  |  |             <h2>Resources for Journalists</h2> | 
					
						
							|  |  |  |             <ul> | 
					
						
							| 
									
										
										
										
											2021-10-18 17:20:31 -07:00
										 |  |  |             <li class="Vizio"><a href="/vizio">Vizio</a></li> | 
					
						
							| 
									
										
										
										
											2021-10-18 16:37:58 -07:00
										 |  |  |             <li class="News"><a href="/news/">News</a></li> | 
					
						
							| 
									
										
										
										
											2021-10-18 17:26:29 -07:00
										 |  |  |             <li class="PressKit"><a href="/press/kit.html">Press Kit</a></li> | 
					
						
							| 
									
										
										
										
											2021-10-18 16:37:58 -07:00
										 |  |  |             <li class="Glossary"><a href="/copyleft-compliance/glossary.html">Glossary</a></li> | 
					
						
							|  |  |  |             </ul> | 
					
						
							|  |  |  |          </div> | 
					
						
							|  |  |  |                <div id="mainContent">{% block content %}{% endblock %} | 
					
						
							|  |  |  |                </div> | 
					
						
							|  |  |  | </div></div> | 
					
						
							| 
									
										
										
										
											2021-10-19 15:46:56 +11:00
										 |  |  | <div class="donate-sidebar"> | 
					
						
							|  |  |  |   <details> | 
					
						
							|  |  |  |     <summary>Support Now!</summary> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <h3>Support Copyleft Enforcement Now!</h3> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <p> | 
					
						
							|  |  |  |       To support our copyleft compliance & enforcement work, | 
					
						
							|  |  |  |       please <a href="/sustainer/#annual"><span class="donate-box-highlight">become a Conservancy | 
					
						
							|  |  |  |       Sustainer <strong>right now</strong></span></a>.  We can't sustain | 
					
						
							|  |  |  |       this work without ongoing support from donors like you!</p> | 
					
						
							|  |  |  |   </details> | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2021-10-18 16:37:58 -07:00
										 |  |  | {% endblock %} |