{{ section }}
{% trans %}Outdoor space reservation system{% endtrans %}
{% extends '@RapsysAir/base.html.twig' %}
{% block metas %}
	
{% endblock %}
{% block stylesheets %}
	
	{% if description is defined and description %}
		
	{% endif %}
	{% if keywords is defined and keywords %}
		
	{% endif %}
	
	
	{% for size, icon in site.png %}
		{# Apple #}
		{% if size in [120, 152, 167, 180] %}
			{% if size == 180 %}
				
			{% endif %}
			
		{# Windows #}
		{% elseif size in [70, 150, 310] %}
			
		{# Others #}
		{% else %}
			
		{% endif %}
	{% endfor %}
	{# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #}
	{% stopwatch 'stylesheet' %}
		{% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,screen}.css' %}
			
		{% endstylesheet %}
	{% endstopwatch %}
	{% if canonical is defined and canonical %}
		
	{% endif %}
	{% if alternates is defined and alternates %}
		{% for alternate in alternates %}
			
		{% endfor %}
	{% endif %}
{% endblock %}
{% block javascripts %}
	{% stopwatch 'javascript' %}
		{#{% javascript '@RapsysAir/js/*.js' %}
			
		{% endjavascript %}#}
	{% endstopwatch %}
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block body %}
	{% block header %}
		
{% endblock %}
			{% block header_nav %}
				
			{% endblock %}
{#
			{% block site_subtitle %}{% endblock %}
			{% block site_tagline %}
				{% if tags is defined and tags %}
					
						{% for id, tag in tags %}
							
{% endif %}
			{% endblock %}
#}{{tag}}
{% trans %}Outdoor space reservation system{% endtrans %}