{% load base_taglib %} {%fa fa-history title="View execution history"%} {{job.endpoint.title}} {%if is_developer%}
{{job.endpoint.endpoint.url}} {%endif%} {%if is_developer%} {%else%} {%fa fa-user title="Performer"%} {{job.performer}} {%if job.performer != current_user.username%} - assign to me - {%endif%} {%endif%} From {{job.start_date|default:job.date_created|date:"d-M-Y"|upper}}

Until






{%if job.run_frequency%} {{job.run_time_range}} {%elif job.run_times_csv%} {%for tt in job.run_times_display%} {{tt}},  {%endfor%} {%endif%} {%fa fa-edit title="Edit"%} {%if job.run_frequency%} Every {{job.run_frequency}} Minutes {%else%} At defined times {%endif%} {%fa fa-edit title="Edit"%} {%if job.is_active%} {%fa fa-toggle-on fa-fw title="Job is active"%} {%else%} {%fa fa-toggle-off fa-fw title="Job is inactive"%} {%endif%}   {%if is_developer%} {%fa fa-trash-o fa-fw text-danger title="Job is active"%} {%endif%}