{% extends base_template %} {% block html_param %}ng-app="app"{% endblock %} {% block title_page %}AL - Submission detail [{{sid}}]{% endblock %} {% block css_import %}{% endblock %} {% block js_import %} {% endblock %} {% block ng_init %}ng-controller="ALController" ng-init="user={{user_js}};debug={{debug}};sid='{{sid}}';new={{new}};settings={{settings}};start();"{% endblock %} {% block loading_menu %}ng-hide="!loading_extra"{% endblock %} {% block content %} {%raw%}

Submission Details

{{sid}}

   

Your file was successfully submitted.

Waiting for the system to start processing it...

Description
{{data.params.description}}
Groups
{{data.params.groups | joinBy:' | '}}
Selected Services
{{data.params.services.selected | joinBy:' | '}}
Eligible Parents
{{data.params.eligible_parents | joinBy:' | '}}
Specific Parameters
{{service}}:
{{var | titleCase}} => {{val}}
Deep Scan
Ignore Cache
Ignore Dynamic Recursion Prevention
Ignore Filtering
Submitted By
{{data.params.submitter}}
Priority
{{data.params.priority}}
Time To Live
{{data.params.ttl}} days
Max Score
{{data.max_score}}
Start Time
{{data.times.submitted | date:"yyyy-MM-dd HH:mm:ss"}}
Completed Time
{{data.times.completed | date:"yyyy-MM-dd HH:mm:ss"}}
{{key}}
{{val | stripNull | joinBy:' | ' | objectViewer | iso_to_utc:true}}
Generating executive summary...
{{category}}
{{item[1] | breakableStr }}
{{category}}
{{item[1] | breakableStr }}
{{tag}}
{{val[0] | breakableStr }}
The following services generated {{ type | titleCase }} errors: {{ services | split }}
{{err | getServiceFromKey }} generated an error for file hash: {{err | getHashFromKey }} :: {{err | getErrorTypeFromKey}}
Generating file tree...
No files associated to this submission.
{%endraw%} {% endblock %} {% block loading_jumbo %}ng-show="!new&&!started"{% endblock %}