{% extends "djangobmf/base_full.html" %} {% load i18n %} {% block title %}{% trans "Configuration" %}{% endblock %} {% block base_headline %}
{% trans "Name" %} | {% trans "Name" %} | {% trans "Application" %} | {% trans "Value" %} | {% trans "Required" %} | {% trans "Changed" %} | |
---|---|---|---|---|---|---|
{{ object }} | {{ object.field.label }} | {{ object.field.value }} | {{ object.field.required }} | {{ object.field.changed }} | edit |