{% extends "base.html" %} {% block title %}Expo issues on data import{% endblock %} {% block content %}

Loading data from files: Issues arising that need attention

This is work in progress.The URL links to the offending objects are enabled on only some types of fault as yet.

See the Data Management To Do list as well as these import/parsing issues. {% for di in didict %} {% ifchanged di.parser %} {% else %} {% endifchanged %} {% endfor %}
ParserIssue
{{di.parser}} {{di.message}}
{% endblock %}