{%extends 'base.html' %} {% block content %}

Dashboard

Logs
{% for form in recent_logs %} {% endfor %}
Time Numberplate Gate Status
{{ form.timestamp.strftime('%H:%M:%S') }} {{ plate.plate }} {{ form.allowed }}
Numberplates
{% for plate in plates %} {% endfor %}
ID Numberplate
{{ plate.id }} {{ plate.plate }}
{% endblock %}