{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% load plugin_extras %} {% block label %}plugin-{{plugin_key}}{% endblock %} {% block heading %} {% blocktrans with name=plugin.human_name %}Plugin details for {{name}}{% endblocktrans %} {% endblock %} {% block content %}
{% trans "Name" %} | {{ plugin.human_name }}{% include "clip.html" %} | |
{% trans "Author" %} | {{ plugin.author }}{% include "clip.html" %} | |
{% trans "Date" %} | {{ plugin.pub_date }}{% include "clip.html" %} | |
{% trans "Version" %} | {{ plugin.version }}{% include "clip.html" %} | |
{% trans "Website" %} | {{ plugin.website }}{% include "clip.html" %} |
{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}
{% trans "Commit Author" %} | {{ plugin.commit.author }} - {{ plugin.commit.mail }}{% include "clip.html" %} | |
{% trans "Commit Date" %} | {{ plugin.commit.date }}{% include "clip.html" %} | |
{% trans "Commit Hash" %} | {{ plugin.commit.hash }}{% include "clip.html" %} | |
{% trans "Commit Message" %} | {{ plugin.commit.message }}{% include "clip.html" %} | |
{% trans "Commit Sign Status" %} | {% if plugin.commit.verified %}{{ plugin.commit.verified }}: {% endif%}{{ plugin.sign_state.msg }} | |
{% trans "Commit Sign Key" %} | {{ plugin.commit.key }}{% include "clip.html" %} |