{% extends "base.html" %} {% load i18n %} {% block title %} {# Translators: Title on Main Page #} {% trans "Result" as title %} {{ title }} {% endblock %} {% block content %} Upload another:
{% csrf_token %} {{ form }}

Result for File: {{ file }}

{% if result %} {% for item in result %} {% endfor %}
Issuer Serial
{{ item.issuer }} {{ item.serial }}
{% else %} Nothing found {% endif %}

{% endblock %} {% block js %} {% endblock %}