{% import 'layout/view.tmpl' as view with context -%}
{{ view.field_large('Title', 'title') }} {{ view.field_small('Priority', 'priority') }} {{ view.field_small('Status', 'status') }} {% for s in context.superseder %} {{ view.field_large_value('Superseder' if loop.first else '', '%s (%s %s)' % (s.title.plain(escape=1), s._classname, s.id, s._classname, s.id)) }} {% endfor %} {% if context.nosy %} {{ view.field_large('Nosy list', 'nosy') }} {% endif %} {{ view.field_small('Assigned to', 'assignedto') }} {{ view.field_large('Keywords', 'keyword') }}