diff --git a/cove_oc4ids/templates/cove_oc4ids/explore.html b/cove_oc4ids/templates/cove_oc4ids/explore.html index 9a952c6..954d8c9 100644 --- a/cove_oc4ids/templates/cove_oc4ids/explore.html +++ b/cove_oc4ids/templates/cove_oc4ids/explore.html @@ -38,9 +38,9 @@

{% trans 'Headlines' %}

  • {% blocktrans count count=json_data.projects|length %}This file contains {{count}} project.{% plural %}This file contains {{count}} projects.{% endblocktrans %}
  • - {% if data_schema_version %} + {% if json_data.version %}
  • - {% trans "The schema version specified in the file is" %} {{data_schema_version}}. + {% trans "The schema version specified in the file is" %} {{json_data.version}}.
  • {% endif %} @@ -99,16 +99,17 @@

    +

    {% trans "Alternative formats for reviewing your data" %}

    {% if conversion == 'flatten' %} -

    We have tried to convert your JSON into a spreadsheet format.

    The results can be seen below.

    +

    {% trans "Conversion of your (JSON) data into a spreadsheet format. The results can be seen below" %}.

    @@ -119,7 +120,7 @@

    {% endif %} {% elif conversion == 'unflatten' %} -

    We have tried to convert your data into JSON format.

    The results can be seen below.

    +

    {% trans "Conversion of your data into JSON format. The results can be seen below" %}.