{% include "head.html" %} {% block body %} {% include "top_nav.html" %}

{{ state['name'] }}

{{ state['total_frts'] }}

Total FRT Systems

{{ state['financial_outlay_cr'] }} Cr

Finacial Outlay

{{ state['total_in_use'] }}

In Use

{{ state['total_not_in_use'] }}

Not In Use

{% if state['total_frts'] >= 1: %}

FRT Systems in {{ state['name'] }}

{% for frt in state['frts'] %}
{{ frt['name'] }}
Purpose: {{ frt['purpose'] }}

Report Use On: {{ frt['report_use_on'] }}

{% if frt['rti_filed_on']: %}

RTI Filed On: {{ frt['rti_filed_on'].strftime('%B %Y') }}

{% endif %} View Media Source
{% endfor %}
{% endif %} {% endblock %} {% include "foot.html" %}