{% extends "base.html" %} {%from "oauth2/display_error.html" import display_error%} {% block title %}Trait Data and Analysis{% endblock %} {% block css %} {% endblock %} {% block content %} {{flash_me()}} {%if "group:resource:view-resource" in trait_privileges or "system:resource:public-read" in trait_privileges%}

Trait Data and Analysis for {{ this_trait.display_name }}

{% if this_trait.dataset.type != 'Publish' %}

{% set trait_description = this_trait.description_fmt[0]|upper + this_trait.description_fmt[1:]|safe %} {% if trait_description|length < 100 %} {{ trait_description }} {% else %} {{ trait_description[:99] }}... (Show More) {% endif %}

{% endif %}
{% for key in hddn %} {% endfor %}

Details and Links

{% include 'show_trait_details.html' %}

Statistics

{% include 'show_trait_statistics.html' %}

Transform and Filter Data

{% include 'show_trait_transform_and_filter.html' %}

Calculate Correlations

{% include 'show_trait_calculate_correlations.html' %}

Mapping Tools

{% include 'show_trait_mapping_tools.html' %}
1100)%}style="min-width: {{trait_table_width|int + 30}}px;"{% endif %}>

Review and Edit Data

{% include 'show_trait_edit_data.html' %}
{% include 'show_trait_progress_bar.html' %}
{%else%} {%if user.name == "Anonymous User"%} {{display_error("Access Denied", {"error": "AuthorisationError", "error_description": "This trait is not accessible for the general public yet. Please log in."})}} {%else%} {{display_error("Access Denied", {"error": "AuthorisationError", "error_description": "The user '" + user.name + "', does not currently possess the appropriate privileges to view this trait. If you know the owner of this trait, please request that they grant you access, or wait until it is made public."})}} {%endif%} {%endif%} {% endblock %} {% block js %} {% endblock %}