{% extends "./browse.html" %} {% comment %} Copyright (C) 2017-2022 The Software Heritage developers See the AUTHORS file at the top-level directory of this distribution License: GNU Affero General Public License version 3, or any later version See top-level LICENSE file for more information {% endcomment %} {% load static %} {% load swh_templatetags %} {% load render_bundle from webpack_loader %} {% block header %} {{ block.super }} {% render_bundle 'revision' %} {% endblock %} {% block swh-browse-content %}
Revision {{ swh_object_metadata.revision }} authored by {{ swh_object_metadata.author_url }} on {{ swh_object_metadata.date }}, committed by {{ swh_object_metadata.committer_url }} on {{ swh_object_metadata.committer_date }}
{{ message_header }}
{% if message_body %}
{{ message_body }}
{% endif %}
{{ parents|length }} parent{% if parents|length > 1 %}s{% endif %} {% for parent in parents %} {{ parent.id|slice:":7" }} {% if not forloop.last %} + {% endif %} {% endfor %}
{% include "./includes/top-navigation.html" %} {% if content_size %} {% include "./includes/content-display.html" %} {% else %} {% include "./includes/directory-display.html" %} {% endif %}
{% endblock %} {% block swh-browse-after-content %} {% include "./includes/readme-display.html" %} {% endblock %}