{%extends 'base.html' %} {%load static%} {%load helpers%} {% load i18n %} {% load humanize %} {% get_current_language as LANGUAGE_CODE %} {%block styles%} {% if LANGUAGE_CODE == 'ar' %} custom-rtl. {%else%} {%endif%} {%endblock%} {% block content %}
{% trans 'Total Maintainance Cost' %}
{% trans 'Scheduled' %} : {{total_schedule_maintenance_cost|safe}}
{% trans 'Unscheduled' %} : {{total_unschedule_maintenance_cost|safe}}
{% trans 'Total Scheduled Maintainance Cost' %}
{% trans 'Operation Cost' %} : {{total_schedule_cost_operations|safe}}
{% trans 'Spare Cost' %}: {{total_schedule_cost_spare_parts|safe}}
{% trans 'Human Cost' %} : {{total_schedule_cost_human_resource|safe}}
{% trans 'Other Cost' %} : {{total_schedule_cost_other_costs|safe}}
{% trans 'Total Unscheduled Maintainance Cost' %}
{% trans 'Operation Cost' %} : {{total_unschedule_cost_operations|safe}}
{% trans 'Spare Cost' %} : {{total_unschedule_cost_spare_parts|safe}}
{% trans 'Human Cost' %} : {{total_unschedule_cost_human_resource|safe}}
{% trans 'Other Cost' %}: {{total_unschedule_cost_other_costs|safe}}
{% trans 'Maintainance Order Count'%}
{% trans 'Scheduled Maintainance Order Count' %}
{% trans 'Unscheduled Maintainance Order Count' %}