{% extends "generic/object.html" %} {% load i18n %} {% comment %} Detail-view template for the ScriptProjectRevision model. The view class (`ScriptProjectRevisionView` in `views/revisions.py`) declares its layout via the `layout = layout.SimpleLayout(...)` attribute, and "generic/object.html" renders the panels declaratively, so this template carries only the breadcrumbs. {% endcomment %} {% block breadcrumbs %} {# The default breadcrumb reverses this model's list route, which revisions deliberately have none of. #} {% endblock breadcrumbs %}