{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
{% trans "order" %} | {{ object.order }} |
{% trans "type" %} | {{ object.type }} |
{% trans "number" %} | {{ object.number }} |
{% trans "description" %} | {{ object.description }} |
{% trans "weight" %} | {{ object.weight }} |
{% trans "created" %} | {{ object.created }} |
{% trans "modified" %} | {{ object.modified }} |