extends dummy-layout block head title Taiga Your agile, free, and open source project management tool block content div.wrapper(tg-issue-detail, ng-controller="IssueDetailController as ctrl", ng-init="section='issues'") div.main.us-detail div.us-detail-header.header-with-actions include views/components/mainTitle .action-buttons a.button.button-green(tg-check-permission="modify_issue", href="", title="Edit", tg-nav="project-issues-detail-edit:project=project.slug,ref=issue.ref") Edit section.us-story-main-data div.us-title(ng-class="{blocked: issue.is_blocked}") h2.us-title-text span.us-number(tg-bo-ref="issue.ref") span.us-name(ng-bind="issue.subject") p.block-desc-container(ng-show="issue.is_blocked") span.block-description-title Blocked span.block-description(tg-bind-html="issue.blocked_note || 'This issue is blocked'") div.issue-nav a.icon.icon-arrow-left(ng-show="previousUrl",href="{{ previousUrl }}", title="previous issue") a.icon.icon-arrow-right(ng-show="nextUrl", href="{{ nextUrl }}", title="next issue") div(tg-tag-line, ng-model="issue.tags", ng-show="issue.tags") section.us-content.wysiwyg(tg-bind-html="issue.description_html") tg-attachments(ng-model="issue", type="issue") tg-history(ng-model="issue", type="issue") sidebar.menu-secondary.sidebar section.us-status(tg-issue-status, ng-model="issue") section.us-assigned-to(tg-assigned-to, ng-model="issue") section.watchers(tg-watchers, ng-model="issue")