{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

{% trans "did routing" %}

{% 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 }}
{% trans "edit" %} {% endblock %}