job list table #11

Merged
ismail merged 5 commits from frontend into main 2025-10-13 17:12:32 +03:00
Showing only changes of commit f4f84db0c1 - Show all commits

View File

@ -484,14 +484,37 @@
{% block content %}
{% endblock %}
</main>
<footer class="footer mt-auto">
{% comment %} <footer class="footer mt-auto d-flex align-item-center justify-content-between">
<div class="container text-center">
<p class="mb-0">
&copy; {% now "Y" %} {% trans "King Abdullah Academic University Hospital (KAAUH)." %}<br>
<small>{% trans "All rights reserved." %}</small>
</p>
</div>
</footer>
<div class="container text-center">
<p class="mb-0">
&copy;{% trans "Powered by Tenhal" %}<br>
</p>
</div>
</footer> {% endcomment %}
{% load i18n static %}
<footer class="mt-auto">
<div class="footer-bottom py-3 small text-muted" style="background-color: #00363a;">
<div class="container d-flex justify-content-between align-items-center flex-wrap">
<p class="mb-0 text-white-50">
&copy; {% now "Y" %} {% trans "King Abdullah Academic University Hospital (KAAUH)." %}
{% trans "All rights reserved." %}
</p>
<p class="mb-0 text-white-50">
{% trans "Powered by" %} <strong class="text-white">Tenhal</strong>
</p>
</div>
</div>
</footer>
{% include 'includes/delete_modal.html' %}