{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Weight" %} | {{ object.weight }} |
| {% trans "Profile" %} | {{ object.profile|linkify|placeholder }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Active" %} | {% checkmark object.is_active %} |
| {{ title }} |
|
|---|