{# real verifier have to replace this or to depend on spider #} {% extends "spider_base/base.html" %} {% load i18n spider_rdf %} {% block content %}
| Results: | |
|---|---|
| {% trans "Hash:" %} | {{object.hash}} |
| {% trans "Hash Algorithm:" %} | {{hash_algorithm}} |
| {% trans "Verification State:" %} | {% if object.verification_state == "verified" %}{% trans 'verified' %}:{{verified}}{% else %}{% trans 'unverified' %}{% endif %} |