{% block page_title %}PSDI Data Conversion Service - Physical Sciences Data Infrastructure{% endblock %}
{# Store the service-mode/logged-in status in sessionStorage - this is user-meddlable, so isn't the final check on
anything, but will limit things appropriate for normal users. #}
{% if not service_mode %}
{% else %}
{% if logged_in %}
{% else %}
{% endif %}
{% endif %}
{% endblock %}
{% block body %}
{% block header %}
{% include 'content/psdi-common-header.html' %}
{% endblock %}
{% block hero_banner %}