2010-10-04 09:52:04 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								{% extends "base_blog.html" %}
							 
						 
					
						
							
								
									
										
										
										
											2024-02-27 10:19:38 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% load static %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2010-10-04 09:52:04 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								{% block subtitle %}Conservancy Blog - {% endblock %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% block content %}
							 
						 
					
						
							
								
									
										
										
										
											2021-10-19 00:50:30 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< div  class = "breadcrumbs" > 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-19 00:56:24 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  < p > < a  href = "/" > Home< / a >  / < a  href = "/news/" > News< / a > < / p > 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-19 00:50:30 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
									
										
										
										
											2010-10-04 09:52:04 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-02-27 10:19:38 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< h2 > < a  href = "/feeds/blog/"  class = "feedlink" > < img  src = "{% static 'img/feed-icon-14x14.png' %}"  alt = "[RSS]" / > < / a >  Conservancy Blog{% if author %} —  {{ author.formal_name }}{% endif %}< / h2 > 
							 
						 
					
						
							
								
									
										
										
										
											2010-10-04 09:52:04 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% if authors or tags %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< p > Displaying posts
							 
						 
					
						
							
								
									
										
										
										
											2024-03-19 21:54:26 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% if authors %}by {% for author in authors %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}< a  href = "{{ author.biography_url }}" > {{ author.formal_name }}< / a > {% if forloop.revcounter == 2 %} and {% endif %}{% endfor %}{% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% if tags %}tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}< a  href = "{{ tag.get_absolute_url }}" > {{ tag.label }}< / a > {% if forloop.revcounter == 2 %} or {% endif %}{% endfor %}{% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2010-10-04 09:52:04 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								< / p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-03-04 15:04:13 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% for entry in blog_entries %}
							 
						 
					
						
							
								
									
										
										
										
											2016-12-30 18:06:20 -05:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  {% include "blog/entry_partial.html" with entry=entry only %}
							 
						 
					
						
							
								
									
										
										
										
											2010-10-04 09:52:04 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								{% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< p > 
							 
						 
					
						
							
								
									
										
										
										
											2015-03-04 15:04:13 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% if blog_entries.has_next %}< a  class = "next_page_button"  href = "?page={{ blog_entries.next_page_number }}{% if query_string %}&{{ query_string|escape }}{% endif %}" > Next page (older) » < / a > {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2015-03-04 15:11:36 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% if blog_entries.has_previous %}< a  href = "?page={{ blog_entries.previous_page_number }}{% if query_string %}&{{ query_string|escape }}{% endif %}" > «  Previous page (newer)< / a > {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2015-03-04 15:04:13 -08:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< / p > 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-21 15:18:22 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% if blog_entries.paginator.num_pages > 1 %}< p  class = "pagination_list" >  {% for pagenum in blog_entries.paginator.page_range %}{% if pagenum == blog_entries.number %}[{{ pagenum }}]{% else %}< a  href = "?page={{ pagenum }}{% if query_string %}&{{ query_string|escape }}{% endif %}" > {{ pagenum }}< / a > {% endif %} {% endfor %}< / p > {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2010-10-04 09:52:04 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "clear" > < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% endblock %}