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