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

Curation by {{ curation.user }} {{ curation.timestamp|naturaltime }} for query {{ curation.query }}


{# Only show if the user is logged in #} {% if user.is_authenticated %} {% include "mwmbl/flags.html" %}
Flag this curation {% endif %}

Original results

New results

{% endblock %}