{% load humanize %}
NSch:
SPT:
Cln:
TOT:
SRT:
Run:
Oth:
{% if tdy_nsch < 10 %} {% endif %}{{ tdy_nsch | rjust:"5" }}
{% if tdy_spt < 10 %} {% endif %}{{ tdy_spt | rjust:"5" }} / {% if tdy_spt_pct < 100 %} {% endif %}{{ tdy_spt_pct | floatformat:'0' | rjust:"3" }}
{% if tdy_cln < 10 %} {% endif %}{{ tdy_cln | rjust:"5" }}
{% if tdy_tot < 10 %} {% endif %}{{ tdy_tot | rjust:"5" }}
{% if tdy_srt < 10 %} {% endif %}{{ tdy_srt | rjust:"5" }} / {% if tdy_srt_pct < 100 %} {% endif %}{{ tdy_srt_pct | floatformat:'0' | rjust:"3" }}
{% if tdy_run < 10 %} {% endif %}{{ tdy_run | rjust:"5" }} / {% if tdy_run_pct < 100 %} {% endif %}{{ tdy_run_pct | floatformat:'0' | rjust:"3" }}
{% if tdy_oth < 10 %} {% endif %}{{ tdy_oth | rjust:"5" }}
 
 
 
 
 
 
 
{% if mtd_nsch < 10 %} {% endif %}{{ mtd_nsch | rjust:"5" }}
{% if mtd_spt < 10 %} {% endif %}{{ mtd_spt | rjust:"5" }} / {% if mtd_spt_pct < 100 %} {% endif %}{{ mtd_spt_pct | floatformat:'0' | rjust:"3" }}
{% if mtd_cln < 10 %} {% endif %}{{ mtd_cln | rjust:"5" }}
{% if mtd_tot < 10 %} {% endif %}{{ mtd_tot | rjust:"5" }}
{% if mtd_srt < 10 %} {% endif %}{{ mtd_srt | rjust:"5" }} / {% if mtd_srt_pct < 100 %} {% endif %}{{ mtd_srt_pct | floatformat:'0' | rjust:"3" }}
{% if mtd_run < 10 %} {% endif %}{{ mtd_run | rjust:"5" }} / {% if mtd_run_pct < 100 %} {% endif %}{{ mtd_run_pct | floatformat:'0' | rjust:"3" }}
{% if mtd_oth < 10 %} {% endif %}{{ mtd_oth | rjust:"5" }}
FG Prod:
Act Rate:
Avg Rate:
{{ tdy_fg_prd | floatformat:'0' | intcomma }}
{{ tdy_act_rate | floatformat:'0' | intcomma }}
{{ tdy_avg_rate | floatformat:'0' | intcomma }}
 
 
 
{{ mtd_fg_prd | floatformat:'0' | intcomma }}
{{ mtd_act_rate | floatformat:'0' | intcomma }}
{{ mtd_avg_rate | floatformat:'0' | intcomma }}
RWPrd:
RWCon:
SCPrd:
{{ tdy_rw_prd | floatformat:'0' | intcomma }}
{{ tdy_rw_con | floatformat:'0' | intcomma }}
{{ tdy_sc_prd | floatformat:'0' | intcomma }}
 
 
 
{{ mtd_rw_prd | floatformat:'0' | intcomma }}
{{ mtd_rw_con | floatformat:'0' | intcomma }}
{{ mtd_sc_prd | floatformat:'0' | intcomma }}