{% include 'driver_sidebar.html' %}
All Notifications
{% csrf_token %}
| Serial No. |
Type |
Text |
Date |
Action |
{% if all_notifications %}
{% for notification in all_notifications %}
| {{notification.serialno}} |
{{notification.notificationtype}} |
{{notification.notificationtext}} |
{{notification.date}} |
{% if 'message' in notification.notificationtext %}
Check Message
{% else %}
Check Job
{% endif %}
|
{% endfor %}
{% endif %}
{% if all_notifications.has_other_pages %}
{% endif %}
{% include 'driver_footer.html' %}
{% endblock %}
{% block js %}
{% endblock %}