{% extends "file_detail.html" %} {% load render_table from django_tables2 %} {% load static %} {% load django_bootstrap5 %} {% load humanize %} {% block title %}File jobs{% endblock title %} {% block file_detail %}

{{ file.filetype|capfirst }} {{ file.title }} Jobs

{% include "includes/job_filter.html" %}
{% include "includes/job_list_table.html" %}
{% endblock file_detail %}