{% comment %}This template is used to render a standalone parser log outside of the SLM base templates. (e.g. by import_archive and head_from_index){% endcomment %}
{% block head %}{{ exception }}
{% endif %}
{% if format %}
{% if format == SiteLogFormat.LEGACY %}
{% include "slm/station/uploads/legacy.html" %}
{% elif format == SiteLogFormat.ASCII_9CHAR %}
{% include 'slm/station/uploads/legacy.html' %}
{% elif format == SiteLogFormat.GEODESY_ML %}
{% include 'slm/station/uploads/geodesyml.html' %}
{% elif format == SiteLogFormat.JSON %}
{% include 'slm/station/uploads/json.html' %}
{% endif %}
{% endif %}