forked from enviPath/enviPy
14 lines
287 B
HTML
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 %}
|