{% extends "dashboard_app/_content_with_sidebar.html" %} {% load humanize %} {% load i18n %} {% load stylize %} {% block extrahead %} {{ block.super }} {% endblock %} {% block sidebar %}
You can navigate to this bundle, regardless of the bundle stream it is located in, by using this permalink
This bundle was uploaded by {{bundle.uploaded_by}} on {{bundle.uploaded_on}} ({{bundle.uploaded_on|timesince}} ago)
{% else %}This bundle was uploaded by an anonymous contributor on {{bundle.uploaded_on}} ({{bundle.uploaded_on|timesince}} ago)
{% endif %}{{ bundle.content_filename }}
{{bundle.get_document_format}}
{{ bundle.get_serialization_format}}
You can download this bundle with the following command:
lava-dashboard-tool get --dashboard-url=http://{{site.domain}}{% url lava.api_handler %} {{bundle.content_sha1}}
{{ bundle.deserialization_error.error_message }}