{% extends "generic/object_children.html" %} {% load i18n %} {% comment %} The current revision's file list, with a line naming the revision it came from. Context: - object: The Project whose current revision is listed {% endcomment %} {% block table_controls %} {% url 'plugins:netbox_scripts:scriptproject_script_files' pk=object.pk as script_files_url %} {% if object.current_revision %}

{% blocktrans trimmed with revision=object.current_revision url=object.current_revision.get_absolute_url %} These are the files of {{ revision }}, this Project's current revision. {% endblocktrans %} {% blocktrans trimmed %} Which of them are script files is declared on the Script Files tab. {% endblocktrans %}

{% endif %} {{ block.super }} {% endblock table_controls %}