{% extends "layout.html" %} {% block title %}{{ project.title }} — {% endblock %} {% block header %} {% endblock %} {% block content %}

{{ project.title }}

This table shows new and modified tags on each object. Hover over a cell to see the original value. Click on an "Edit" link to validate the feature.

{% for col in columns %} {% endfor %} {% for row in rows %} {% for col in columns %} {% if col in row.tags %} {# TODO: v.before on hover, cross v.after if not chosen #} {% else %} {% endif %} {% endfor %} {% endfor %}
 {{ col }}
{% if project.can_validate %} Edit {% else %} View {% endif %} {% if not row.tags[col].accepted %}{% endif %} {{ row.tags[col].after }}{% if not row.tags[col].accepted %}{% endif %} 
{% if pagination.pages > 1 %} {% endif %}

Legend:

{% if show_validated %}

Hide validated objects

{% else %}

Include validated objects in the list

{% endif %}

Return

{% endblock %}