{% extends 'sunshine/base.html' %} {% block content %}

BELA Dashboard

{# un-comment this when we want to allow users to download reports #} {% comment %} Generate Report {% endcomment %}
Upload
{% csrf_token %} {{ form.elanfile }}
{% if elanfiles %}
My ELAN Files
{% for elanfile in elanfiles %} {% endfor %}
Filename Created Command
{{ elanfile.original_name }} {{ elanfile.created_at }}
{% endif %} {% if BELA_DOCUMENTATION_URL %}
BELA-con
{{ BELA_DOCUMENTATION_URL }} {% if BELA_DOCUMENTATION_USERNAME %}
Username
{{ BELA_DOCUMENTATION_USERNAME }}
{% endif %} {% if BELA_DOCUMENTATION_PASSWORD %}
Password
{{ BELA_DOCUMENTATION_PASSWORD }}
{% endif %}
{% endif %}
BELA info
BELA engine version {{ BELA_VERSION }}
BELA dashboard version {{ BELA_DASHBOARD_VERSION }}
BELA dashboard build {{ BELA_DASHBOARD_BUILD }}
{% if SAFE_MODE %} Safe-mode: ON {% else %} Safe-mode: OFF {% endif %}
{% endblock %} {% block script %} {% endblock %}