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