blob: 5bb8518a56029e1e98304799b431e8147a05c1b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{% extends "ishtar/sheet_source.html" %}
{% load i18n window_field link_to_window %}
{% block head_sheet %}
{{block.super}}
<h1>{% trans "Operation source"%}</h1>
{% endblock %}
{% block related %}
{% field "Related operation" item.owner '' item.owner|link_to_window %}
{% endblock %}
|