{% extends "base.html" %} {% load i18n %} {% block title %} {# Translators: Title on Main Page #} {% trans "Result" as title %} {{ title }} {% endblock %} {% block content %} Upload another:
{% if result %}
Issuer | Serial | {% for item in result %}
---|---|
{{ item.issuer }} | {{ item.serial }} |