{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
{% trans "normalization group listing" %}
ID | {% trans "Link" %} | {% trans "name" %} | {% trans "description" %} | {% trans "created" %} | {% trans "modified" %} |
{{object.pk}} | {{object}} | {{ object.name }} | {{ object.description }} | {{ object.created }} | {{ object.modified }} |