{% extends "matos/base.html" %} {% load i18n %} {% block appbar %}

{% trans 'Inventory' %}

{% endblock %} {% block content %} {% if perms.matos.add_piece %}

{% trans 'New Piece' %}

{% endif %}

Pour sorties

Stock

Utilisé à la radio

{% endblock %}