{% extends "base.html.twig" %} {% block content %}

{{ partdb_title }}

{% trans %}version.caption{% endtrans %}: {{ shivas_app_version }} {% if git_branch is not empty or git_commit is not empty %} ({{ git_branch ?? '' }}/{{ git_commit ?? '' }}) {% endif %}

{% if banner is not empty %}
{{ banner | format_markdown }}
{% endif %}

{% trans %}homepage.license{% endtrans %}

Part-DB, Copyright © 2019 - 2022 of Jan Böhmer .
Part-DB is published under the GNU Affero General Public License v3.0 (or later), so it comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Click here for details.

{% trans %}homepage.github.caption{% endtrans %}: {% trans with {'%href%': 'https://github.com/Part-DB/Part-DB-symfony'}%}homepage.github.text{% endtrans %}
{% trans %}homepage.help.caption{% endtrans %}: {% trans with {'%href%': 'https://github.com/Part-DB/Part-DB/wiki'}%}homepage.help.text{% endtrans %}
{% trans %}homepage.forum.caption{% endtrans %}: {% trans with {'%href%': 'https://www.mikrocontroller.net/topic/461256'}%}homepage.forum.text{% endtrans %}
{% trans %}homepage.wiki.caption{% endtrans %}: {% trans with {'%href%': 'https://www.mikrocontroller.net/articles/Part-DB_RW_-_Lagerverwaltung'}%}homepage.wiki.text{% endtrans %}

{% trans %} homepage.basedOn {% endtrans %} Christoph Lechner, K. Jacobs {% trans %} homepage.others {% endtrans %}
{% if datatable is not null %}
{% trans %}homepage.last_activity{% endtrans %}
{% import "components/history_log_macros.html.twig" as log %} {{ log.last_activity_component(datatable) }}
{% endif %} {% endblock %}