{% extends "base.html" %} {% load bootstrap3 %} {% block content %}
{% csrf_token %} {% bootstrap_form form layout="inline" %} {% buttons submit='ok' layout='inline' %}{% endbuttons %}
{% for hash in results %} {% endfor %}
Hash Plaintext Hash Type Hit Count
{{ hash.hashval }} {{ hash.plaintext }} {{ hash.hash_type }} {{ hash.hit_count }}
{% endblock %}