{% extends 'assets/base.html' %} {% load bob %} {% load i18n %} {% block content %}
{% trans "Name" %} | {% trans "Used" %} | {% trans "Actions" %} | {% for category in categories %}
---|---|---|
{{ category.name }} | {{ category.used }} / {{ category.total }} | |
{{ licence }} | {{ licence.used }} / {{ licence.number_bought }} |