{% extends "mnfapp/base.html" %} {% load static %} {% block content %} {% load i18n %} {% load poll_extras1 %} {% block title %}{%endblock%}

{% trans 'INVOICE' %}

{% now "N j, Y" %}

{% trans 'Script Summary' %}

{% comment %} {% endcomment %} {% comment %} {% endcomment %}
{% trans 'Script Title' %} 80 $40.00 {{script_title|get_script_name}}
{% trans 'Total Number of Pages' %} {{numPages}}
{% trans 'Source Language of Screenplay' %} {{ndial_src}}
{% trans 'Source Language of Dialogues' %} {{dial_src}}
{% trans 'Desired Language of Screenplay' %} {{ndial_dest}}
{% trans 'Desired Language of Dialogues' %} {{dial_dest}}
Desired Language of dialogues {{dial_dest}}
{% trans 'Desired Script of Dialogues' %} {% blocktrans %}{{dial_dest_script}}{% endblocktrans %}
{% trans 'Vetting by LPP' %} {{lpp_available}}

{% trans ' Payable Amount' %}

{% if directly_pay_monthly %} {% endif %} {% if lpp_available == 'YES' %} {%endif%} {% if user.is_staff%} {% endif %} {% comment %} {% endcomment %} {% comment %}
{% blocktrans %}Amount for System based translation (${{conversion_per_page}}/page){% endblocktrans %} ${{subtotal}}
{% trans 'Monthly Subscription ($1/month)' %} $1
{% blocktrans %}Amount for vetting script by LPP (${{lpp_per_page}}/page){% endblocktrans %} ${{onlylppfee}}
{% trans 'Total Amount' %} ${{sublpptotal}}
{% trans ' Running Discount' %}
({{running_discount_conversion}}%)
{% trans ' MNF Team Discount' %}
({{employ_discount}}%)
{% trans 'Membership Discount' %}
({{pdiscount}}%)
{% trans 'Estimated Time of Delivery' %} 0




{% comment %} {% endcomment %} {% if balance != -1 %} {% endif %} {% comment %}   {% endcomment %}
    {% trans 'SUBTOTAL' %} ${{subtotal}}
{% trans 'Total Discount' %} ${{discount}}
{% trans 'NET PAYABLE' %}

${{amount}}

{% trans 'Max Amount:' %}

${{balance}}

$0

   
{% comment %}
{% trans 'NOTE' %}
{% endcomment %}
{% trans 'Thanks For Your Order' %}
{%csrf_token%} {% if lpp_available == 'YES' %} {%else%} {% comment %} {% endcomment %} {%endif%}
{% include 'mnfapp/rightnav.html' %} {%endblock%}