{% load i18n plmapp_tags %} {% trans "openPLM LOGIN PAGE" %}

{% trans "Welcome to openPLM" %}

{% get_current_language as LANGUAGE_CODE %}

openPLM {% trans "is the first genuine open source PLM based on" %} Django {% trans "intended to provide a starting point for companies CMS/PLM/BIM projects." %} {% trans "By integrating numerous standard reusable PLM functionalities to take care of the things that companies have in common, it lets you focus on what makes your company different." %}


{% trans "For more information about openPLM, see" %} http://www.openplm.org.

{% trans "openPLM connexion :" %}

{% for error in form.errors.values %} {{ error }} {% endfor %}
{% trans "Login :" %}
{% trans "Password :" %}

{% trans "If you have any trouble logging in to your account, contact your administrator" %}


{% trans "Browse public data." %}


{% trans "Professionals" %}

{% trans "You are planning to use openPLM in a professional context. If you want to work with other professionals for your project management, for other solutions plugins, for openPLM software maintenance, " %} {% trans "contact us" %}.