{# just use edit_form, real verifier have to replace this or to depend on spider #}
{% extends "spider_base/base.html" %}
{% load i18n spider_rdf %}
{% block content %}
{% trans "If the graph is too big, the connection is resetted" %}
{% include "spider_base/edit_form.html" with enctype="multipart/form-data" legend='Send spider or content to verify' confirm='Submit' %}
{% endblock content %}
{% block main_attributes %}{{block.super}} prefix="spkc: {% namespace %} xsd: http://www.w3.org/2001/XMLSchema#" resource="{{ request.path }}"{% endblock %}