{% extends "base.html" %} {% block title %} LAF Imports {% endblock %} {% block nav %} LAF Imports {% endblock %} {% block content %}

Import LAF Files

    {% for participant, timestamp in properties.items() %}
  • {{participant}}: {{timestamp|hh_format}}
  • {% endfor %}
{% if process_ids %}
    {% for id in process_ids %}
  • {{id}}
  • {% endfor %}
{% endif %}

This gadget takes files from https://www.elexonportal.co.uk/svallf/view and imports into Chellow. In the Elexon form, choose:

  • All LDSOs
  • Approved
  • Live
  • Pool Transfer Format (PTF)

{% endblock %}