{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
ID | {% trans "link" %} | {% trans "order" %} | {% trans "type" %} | {% trans "number" %} | {% trans "weight" %} |
{{object.pk}} | {{object}} | {{ object.order }} | {{ object.type }} | {{ object.number }} | {{ object.weight }} |