{% extends "base.html" %} {% block title %} » DNOs » {{dno.dno_code}} » Valid MTC, LLFC, SSC And PC Combinations {% endblock %} {% block nav %} DNOs » {{dno.dno_code}} » Valid MTC, LLFC, SSC And PC Combinations {% endblock %} {% block content %} {% for combo in mtc_llfc_ssc_pcs %} {% endfor %}
Valid MTC, LLFC, SSC and PC Combinations (Download CSV)
View PC LLFC SSC MTC Valid From Valid To {% if request.values.only_ongoing %} (show all) {% else %} (only show ongoing) {% endif %}
View {{combo.pc.code}} {{combo.pc.description}} {{combo.mtc_llfc_ssc.llfc.code}} {{combo.mtc_llfc_ssc.llfc.description}} {{combo.mtc_llfc_ssc.mtc_ssc.ssc.code}} {{combo.mtc_llfc_ssc.mtc_ssc.ssc.description}} {{combo.mtc_llfc_ssc.mtc_ssc.mtc_participant.mtc.code}} {{combo.mtc_llfc_ssc.mtc_ssc.mtc_participant.mtc.description}} {{combo.valid_from|hh_format}} {{combo.valid_to|hh_format}}
{% endblock %}