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

{{ partdb_title }}

{% trans %}version.caption{% endtrans %}: {{ shivas_app_version }}

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

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

Part-DB, Copyright © 2019 of Jan Böhmer .
Part-DB is published under the GPL, 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 %}
{% endblock %}