{% extends "layout.html" %}
{% block title %}Origin{% endblock %}
{% block content %}
{% if message is not none %}
{{ message }}
{% endif %}
{% if origin is not none %}
Origin visit history
Origin information
Details on origin {{ origin['id'] }}:
{% for key in ['type', 'lister', 'project', 'url'] %}
{% if origin[key] is not none %}
{{ key }}
{{ origin[key] }}
{% endif %}
{% endfor %}
{% if 'decoding_failures' in content %}