{% extends "::base.html.twig" %} {% block title 'Your Consent' %} {% block styles %} {% endblock %} {% block content_without_navbar %} {% set appDomain = app.request.getSchemeAndHttpHost() %} {% set googleViewer = 'https://docs.google.com/gview?url=' %}
{#
#}
Data Usage and Storage Consent
{{ form_start(form) }} {{ form_row(form.firstname) }} {{ form_row(form.lastname) }}
{# I acknowledge that I have read the policy below and agree that by joining the {{ app.session.get('organname') }} database of experts that all personal data I submit may be stored by {{ app.session.get('organname') }} for further contact in future. #} {{ organ.dataPolicy|raw }}
{{ form_row(form.consent) }} {#
#} {#{{ form_row(form.cv) }}#} {{ form_end(form) }}
{#
{{ organ.dataPolicy|raw }}
#} {% endblock %} {% block javascripts %} {% endblock %}