{% extends "mnfapp/base.html" %} {% load static %} {% block content %} Admin Dashboard

LPP Dashboard (Admin view)

{% if tasks %}
{% if counter.0.0 != 0 %}
Unassigned
{% for dataa in tasks %} {% if dataa.status == "none_available_action" or dataa.status == "none_available_dialogue" or dataa.status == "none_available_lpp" %} {% if dataa.generated_from == 'conversion' %} {% endif %} {% endif %} {% endfor %}
User Note Date at User Comments Generated Form Manually Assign Lpp Actions
{{dataa.usernote}} {{ dataa.date_at }} {% if dataa.translated_script %} {% else %} {% endif %} {{dataa.generated_from|title}} Reject Task

{% endif %} {% if counter.0.1 != 0 %}
In progress
{% if tasks %} {% for dataa in tasks %} {% if dataa.status == "actionline_inprogress" or dataa.status == "dialogue_inprogress" %} {% if dataa.generated_from == 'conversion' %} {% endif %} {% if dataa.status == 'actionline_inprogress' %} {% elif dataa.status == 'dialogue_inprogress' %} {% else %} {% endif %} {% if dataa.status == 'actionline_inprogress' %} {% elif dataa.status == 'dialogue_inprogress' %} {% endif %} {% endif %} {% endfor %} {% endif %}
Assigned Lpp User Note Date at Lpp Acceptance Time Lpp's Comments User Comments Generated Form Manually Assign Lpp Actions
{{dataa.assignedlpp_action.first_name}} {{dataa.assignedlpp_action.last_name}} (Actionline){{dataa.assignedlpp_dialogue.first_name}} {{dataa.assignedlpp_dialogue.last_name}} (Dialogue)N/A{{dataa.usernote}} {{ dataa.date_at }}{{ dataa.lppacceptancetime_action }}{{ dataa.lppacceptancetime_dialogue }} {% if dataa.lpp_action_comment %} {{ dataa.lpp_action_comment }} (Actionline) {% else %} N/A (Actionline) {% endif %} {% if dataa.lpp_dialogue_comment %} {{ dataa.lpp_dialogue_comment }} (Dialogue) {% else %} N/A (Dialogue) {% endif %} {% if dataa.translated_script %} {% else %} {% endif %} {{dataa.generated_from|title}} Reject Task

{% endif %} {% if counter.0.2 != 0 %}
Assigned but No Action by LPP
{% if tasks %} {% for dataa in tasks %} {% if dataa.status == "no_action_taken_bylpp" or dataa.status == "dialogue_lppassigned" or dataa.status == "actionline_lppassigned" %} {% if dataa.generated_from == 'conversion' %} {% endif %} {% if dataa.status == 'actionline_lppassigned' %} {% elif dataa.status == 'dialogue_lppassigned' %} {% else %} {% endif %} {% if dataa.status == 'actionline_lppassigned' %} {% elif dataa.status == 'dialogue_lppassigned' %} {% endif %} {% endif %} {% endfor %} {% endif %}
Assigned Lpp User Note Date at Lpp Acceptance Time Lpp's Comments User Comments Generated Form Manually Assign Lpp Actions
{{dataa.assignedlpp_action.first_name}} {{dataa.assignedlpp_action.last_name}} (Actionline){{dataa.assignedlpp_dialogue.first_name}} {{dataa.assignedlpp_dialogue.last_name}} (Dialogue)N/A{{dataa.usernote}} {{ dataa.date_at }}{{ dataa.lppacceptancetime_action }}{{ dataa.lppacceptancetime_dialogue }} {% if dataa.lpp_action_comment %} {{ dataa.lpp_action_comment }} (Actionline) {% else %} N/A (Actionline) {% endif %} {% if dataa.lpp_dialogue_comment %} {{ dataa.lpp_dialogue_comment }} (Dialogue) {% else %} N/A (Dialogue) {% endif %} {% if dataa.translated_script %} {% else %} {% endif %} {{dataa.generated_from|title}} Reject Task

{% endif %} {% if counter.0.3 != 0 %}
Completed
{% if tasks %} {% for dataa in tasks %} {% if dataa.status == "dialogue_completed" or dataa.status == "completed" %} {% if dataa.generated_from == 'conversion' %} {% endif %} {% if dataa.status == 'completed' %} {% elif dataa.status == 'dialogue_completed' %} {% else %} {% endif %} {% if dataa.lppacceptancetime_action %} {% elif dataa.lppacceptancetime_dialogue %} {% else %} {% endif %} {% if dataa.completiontime_action %} {% elif dataa.completiontime_dialogue %} {% else %} {% endif %} {% endif %} {% endfor %} {% endif %}
Assigned Lpp Payment Status User Note Date at Lpp Acceptance Time Lpp Completion Time Lpp's Comments User Comments Rating On Machine-translation Mistake Per Page Generated Form Output File
{{dataa.assignedlpp_action.first_name}} {{dataa.assignedlpp_action.last_name}} (Actionline) {{dataa.assignedlpp_dialogue.first_name}} {{dataa.assignedlpp_dialogue.last_name}} (Dialogue){{dataa.assignedlpp_dialogue.first_name}} {{dataa.assignedlpp_dialogue.last_name}} (Dialogue)N/A {% if dataa.lpp_invoice_action %} View Actionline LPP Invoice {% endif %} {% if dataa.lpp_invoice_dialogue %} View Dialogue LPP Invoice {% endif %} {{dataa.usernote}} {{ dataa.date_at }}{{ dataa.lppacceptancetime_action }} (Actionline) {% if dataa.lppacceptancetime_dialogue %} {{ dataa.lppacceptancetime_dialogue }} (Dialogue) {% endif %}{{ dataa.lppacceptancetime_dialogue }} (Dialogue)N/A{{ dataa.completiontime_action }} (Actionline) {% if dataa.completiontime_dialogue %} {{ dataa.completiontime_dialogue }} (Dialogue) {% endif %}{{ dataa.completiontime_dialogue }} (Dialogue)N/A {% if dataa.lpp_action_comment %} {{ dataa.lpp_action_comment }} (Actionline) {% else %} N/A (Actionline) {% endif %} {% if dataa.lpp_dialogue_comment %} {{ dataa.lpp_dialogue_comment }} (Dialogue) {% else %} N/A (Dialogue) {% endif %} {% if dataa.translated_script %} {% else %} {% endif %} {% if dataa.ratingonmachinetranslation_action %} {{ dataa.ratingonmachinetranslation_action }} (Actionline) {% else %} N/A (Actionline) {% endif %} {% if dataa.ratingonmachinetranslation_dialogue %} {{ dataa.ratingonmachinetranslation_dialogue }} (Dialogue) {% else %} N/A (Dialogue) {% endif %} {% if dataa.mistakeperpage_action != "" %} {{ dataa.mistakeperpage_action }} (Actionline) {% else %} N/A (Actionline) {% endif %} {% if dataa.mistakeperpage_dialogue != "" %} {{ dataa.mistakeperpage_dialogue }} (Dialogue) {% else %} N/A (Dialogue) {% endif %} {{dataa.generated_from|title}} Click to download

{% endif %}
{% else %}

NO TASKS FOR ADMIN TO OVERVIEW

{% endif %}
{%endblock%}