{% extends 'base.html' %} {% block title %}Materials{% endblock %} {% block content %}
Add Material
{% if can_edit() %}
{% else %}

You don't have permission to add materials.

{% endif %}
Materials {{ materials|length }}
{% for m in materials %} {% else %} {% endfor %}
NameUnit
{{ m.name }} {{ m.unit }}
No materials yet
{% endblock %} {% block scripts %} {% endblock %}