{% set facet='validate' %} Issue details @ HXL Proxy {% include "includes/headers.html" %} {% set page_help='Validation-page' %} {% include "includes/navbar.html" %}

Validation issue details

back to summary

Description: {{ issue.description }}

Severity: {{ issue.severity }}

Occurrences: {{ issue.location_count }}

Scope: {{ issue.scope }}

{% for location in issue.locations %} {% endfor %}
Location Error value Proposed correction Column hashtag
{% if location.row is defined %} {% if location.source_row is defined %} {{ location.col|spreadsheet_col}}{{location.source_row+1 }} {% else %} data row #{{ location.row + 1 }} {% endif %} {% else %} Hashtags {% endif %} {% if location.location_value is defined %} «{{ location.location_value|nonone }}» {% endif %} {% if location.suggested_value %} «{{ location.suggested_value }}» {% endif %} {% if location.hashtag %} {{ location.hashtag }} {% endif %}
{% include "includes/scripts.html" %} {% include "includes/chooser-scripts.html" %}