{% extends 'admin/base.html.twig' %} {% block body %}

Neues Gewinnspiel Generieren

{% set selectSize = 15 %}

Gespeicherte Gewinnspiele

{% for value in combinationLog %} {% endfor %}
URL Produkt Layout Jahr Farbschema Widget
/{{ value.url }} {{ value.product }} {{ value.layout }} {{ value.year }} {{ value.color }} {{ value.widget }}

Registrierungen

{% for value in registrations %} {% endfor %}
Zeitpunkt Zugriff Person DOI versendet DOI bestätigt
{{ value.timestamp }}
URL: /{{ value.url }}
IP: {{ value.ip }}
User Agent: {{ value.userAgent }}
{##}
Email: {{ value.email }}
Name: {{ value.name }}
PLZ, Ort: {{ value.zip }} {{ value.city }}
Land: {{ value.country }}
Geburtstag:{{ value.birthday|date('d.m.Y') }}{{ value.birthday }}
{{ value.mailCount ? '' : '' }} {{ value.confirmed ? '' : '' }}
{% endblock %}