.row.clickable(ui-sref="most.proposal.detail({proposalId: $ctrl.proposal.id})")
.col-xs-6
h5.ellipsis( title="{{::$ctrl.proposal.formJson.title}}"
) {{::$ctrl.proposal.formJson.title}}
.col-xs-1 span.ellipsis(title="{{::$ctrl.proposal.type}}") {{::$ctrl.proposal.type}} .col-xs-3 span(title=__('Cập nhật lúc %s', '{{::$ctrl.proposal.updatedAt}}'), am-time-ago="::$ctrl.proposal.updatedAt") .col-xs-2 div(ng-switch="$ctrl.proposal.status") span.text-muted(ng-switch-when="PENDING") Đang chờ
span.c-orange(ng-switch-when="REVIEWING") Đang xử lý span.c-green(ng-switch-when="ACCEPTED") Đã thông qua
span.c-red(ng-switch-when="REJECTED") Đã từ chối .lv-actions.actions a(href="", data-toggle="dropdown", aria-expanded="false") i.mdi.mdi-dots-vertical ul.dropdown-menu.dropdown-menu-right li
a(href="", ui-sref="most.proposal.detail({proposalId: $ctrl.proposal.id})") #{__('Xem')}