Files
enviPy-bayer/templates/collections/joblog_paginated.html
2026-05-28 23:01:27 +12:00

14 lines
287 B
HTML

{% extends "collections/paginated_base.html" %}
{% block page_title %}Jobs{% endblock %}
{% block action_button %}
{% endblock action_button %}
{% block action_modals %}
{% endblock action_modals %}
{% block description %}
<p>List of Jobs submitted.</p>
{% endblock description %}