{# ========================================================================= #}
{# :: Inheritance #}
{# ========================================================================= #}
{% extends "pages/_base/page/iframe.njk" %}

{# ========================================================================= #}
{# :: Settings #}
{# ========================================================================= #}
{% set pageParams = {
  title: "Inzamelen",
  bodyClass: "p-asset-downloader",
  styleVendors: [],
  scriptVendors: []
} %}

{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{% import "atoms/input/input-macros.njk" as input %}
{% import "atoms/button/button-macros.njk" as button %}
{% import "molecules/hero/hero-macros.njk" as hero %}
{% import "molecules/download-asset/download-asset-macros.njk" as downloadAsset %}


{# ========================================================================= #}
{# :: Content #}
{# ========================================================================= #}
{% block content %}
	{{hero.default("m-hero--inverted js-m-hero ", {
		title: "Gezochte batterijen",
		subtitle: "Download je gepersonaliseerde posters en affiches hier",
		image: "/assets/images/header/gezochte-batterijen.jpg",
		search: false
	})}}

	<section class="m-section m-section--no-bottom-spacing">
		<div class="m-section__container l-container l-container-1x-s">
			<div class="m-content">
				Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
				eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
				enim ad minim veniam, quis nostrud exercitation ullamco laboris
				nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
				in reprehenderit in voluptate velit esse cillum dolore eu fugiat
				nulla pariatur. Excepteur sint occaecat cupidatat non proident,
				sunt in culpa qui officia deserunt mollit anim id est laborum.
			</div>
		</div>
	</section>

	<section class="m-section m-section--spacing-tiny">
		<div class="m-section__container l-container l-container-1x-s">
			<form class="o-form">
				<fieldset class="o-form__section">
    				<legend class="o-form__section__title o-form__section__title--large">Jouw gemeente</legend>

					<div class="o-form__section l-grid l-grid--form">
						{{input.select("l-grid__col-6-12", {
							label: "Select input",
							name: "styleguide-select",
							options: [
								{
									label: "West-Vlaanderen",
									items: ["option 1", "option 2", "option 3"]
								},
								{
									label: "Oost-Vlaanderen",
									items: ["option 1", "option 2", "option 3"]
								},
								{
									label: "Vlaams Brababant",
									items: ["option 1", "option 2", "option 3"]
								},
								{
									label: "Antwerpen",
									items: ["option 1", "option 2", "option 3"]
								},
								{
									label: "Limburg",
									items: ["option 1", "option 2", "option 3"]
								},
								{
									label: "Brussel",
									items: ["option 1", "option 2", "option 3"]
								}
							]
						})}}
					</div>
				</fieldset>

				<fieldset class="o-form__section">
					<legend class="o-form__section__title o-form__section__title--large">Brief voor de inwoners</legend>

					<div class="l-grid l-grid--with-margins">
						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["A4"]
						})}}
					</div>
				</fieldset>

				<fieldset class="o-form__section">
					<legend class="o-form__section__title o-form__section__title--large">Poster of affiche</legend>

					<div class="l-grid l-grid--with-margins">
						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/thumb-banner170x50.jpg",
							options: ["A3", "A4"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/thumb-BEBDTP1306_AnnonceGEZOCHT_50x170.jpg",
							options: ["A3", "A4"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["A3", "A4"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["A3", "A4"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["A3", "A4"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["A3", "A4"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["A3", "A4"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["A3", "A4"]
						})}}
					</div>
				</fieldset>

				<fieldset class="o-form__section">
					<legend class="o-form__section__title o-form__section__title--large">Banners</legend>

					<div class="l-grid l-grid--with-margins">
						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["liggend", "staand"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["liggend", "staand"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["liggend", "staand"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["liggend", "staand"]
						})}}

						{{downloadAsset.default("l-grid__col l-grid__col-4-12", {
							title: "titel asset",
							text: "Lorem ipsum doler sit amet",
							image: "/assets/images/mock/bebat-campagne-affiche.png",
							options: ["liggend", "staand"]
						})}}
					</div>
				</fieldset>

				<div class="o-form__section o-form__footer">
					<div class="l-container l-container-1x-s">
						{{button.submit("", {text: "Genereren"})}}
					</div>
				</div>
			</form>
		</div>
	</section>

{% endblock %}


