{% extends "base.html" %} {% load i18n %} {% block title %}Home{% endblock %} {% block content %}

{% trans "Welcome to Planop" %}

{% trans "Planop is a risk analysis and documentation tool for installations manipulating hazardous substances." %}

 

 

 

 

{% endblock %}