{% include 'customer_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 notification.customerjobid %}View Job{% else %}{% endif %} |
{% endfor %}
{% endif %}
{% if all_notifications.has_other_pages %}
{% endif %}
{% include 'customer_footer.html' %}
{% endblock %}
{% block js %}
{% endblock %}