{% extends "base.html" %} {% load i18n %} {% block title %} {# Translators: Title on Main Page #} {% trans "Result" as title %} {{ title }} {% endblock %} {% load custom_tags %} {% block content %} Upload another:
{% if result %}
# | Issuer | Serial (Hex) | Serial (Decimal) | {% for item in result %}
---|---|---|---|
{{ forloop.counter }} |
{% for key, value in item.issuer.items %}
|
{{ item.serial|hex_notation }} | {{ item.serial }} |