{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block content %}
Name | {{ object.name }} |
---|---|
Weight | {{ object.weight }} |
Description | {{ object.description|placeholder }} |
Active | {% if object.is_active %} {% else %} {% endif %} |
{{ title }} |
|
---|