9 lines
390 B
HTML
9 lines
390 B
HTML
{% load static %}{% load i18n %}
|
|
<div class="oh-wrapper">
|
|
<div class="oh-empty">
|
|
<img src="{% static 'images/ui/search.svg' %}" class="oh-404__image" alt="Page not found. 404." />
|
|
<h1 class="oh-empty__title">{% trans "No Records found." %}</h1>
|
|
<p class="oh-empty__subtitle">{% trans "There are currently no shift requests to consider." %}</p>
|
|
</div>
|
|
</div>
|