{% extends "crud/base.html" %} {% block innercontent %}

{{ title }}

{% for button in buttons %}  {{ button.label }} {% endfor %}  
{% if dirty %}

{% trans "Changed in workversion" %}!

{% endif %} {% if history %}

{% trans "History" %}

{% else %} {% trans "No history yet" %} {% endif %}
{% endblock %}