{% extends "base.html" %} {% load staticfiles %} {% block content %}

Import Methodology and/or Analysis

You have uploaded {{ file }}

The file you have uploaded contains:

Methodology "{{ analysis_on_file.methodology_version.methodology.name }}" (ID {{ analysis_on_file.methodology_version.id }}) - Version: {{ analysis_on_file.methodology_version.number }}

Analysis "{{ analysis_on_file.name }}" (ID {{ analysis_on_file.id }}) created on the {{ analysis_on_file.created }} by {{ analysis_on_file.user_login }}

I searched on the database and this is what I have found with the same IDs:

Methodology "{{ analysis_on_db.methodology_version.methodology.name }}" (ID {{ analysis_on_db.methodology_version.id }}) - Version: {{ analysis_on_db.methodology_version.number }}

Analysis "{{ analysis_on_db.name }}" (ID {{ analysis_on_db.id }}) created on the {{ analysis_on_db.created }} by {{ analysis_on_db.user_login }}


{% csrf_token %} {{ import_choice_form.as_p }}

{% endblock %} {% block left_menu %}
All analyses New Import
{% endblock %}