{% extends "dashboard_app/_content.html" %} {% load i18n %} {% load humanize %} {% block title %} {{ block.super }} | {% trans "Streams" %} | {% trans "Bundle Stream" %} {{ bundle_stream.pathname }} | {% trans "Bundles" %} {% endblock %} {% block breadcrumbs %}
{% trans "Bundle SHA1" %} | {% trans "Uploaded On" %} | {% trans "Uploaded By" %} | {% trans "Deserialized?" %} | {% trans "Problems?" %} |
---|---|---|---|---|
{{ bundle.content_sha1 }} |
{{ bundle.uploaded_on }} | {% if bundle.uploaded_by %} {{ bundle.uploaded_by }} {% else %} {% trans "anonymous user" %} {% endif %} | {{ bundle.is_deserialized|yesno }} | {% if bundle.deserialization_error.get %}yes{% endif %} |