{% extends 'stela_control/index.html' %} {% load i18n %} {% load crispy_forms_tags %} {% load static %} {% load hosts %} {% load stelatags %} {% load humanize %} {% block styles %} {% endblock %} {% block section %} {% block title %}
{% trans "ID" %} | {% trans "Section" %} | {% trans "View" %} | |
---|---|---|---|
{{item.id}} | {{item.section}} |
{% trans "ID" %} | {% trans "Style Type" %} | {% trans "Section" %} N° | {% trans "View" %} | |
---|---|---|---|---|
{{item.id}} | {{item.title}} | {% if item.parent.section == item.parent.section %}{{item.parent.section}} | {% endif %}
{% trans "Type" %} | {% trans "Client" %} | {% trans "Billing" %} N° | {% trans "Status" %} | {% trans "Amount" %} | ||||
---|---|---|---|---|---|---|---|---|
{{inv.recipt.option}} | {{inv.client}} | {% if inv.status == 'Assigned' %}{{inv.control_id}} | {% else %}{% trans "Draft" %} | {% endif %} {% if inv.status == 'Payeed' %}{% trans "Payeed" %} | {% elif inv.status == 'Canceled' %}{% trans "Canceled" %} | {% else %}{% trans "Pending" %} | {% endif %}${{inv.recipt.amount}} |