@if (hasPermissionToCreateActivity) {
|
|
|
@if (element.error) {
|
|
|
{{ element.SymbolProfile?.name }}
@if (element.isDraft) {
Draft
}
{{
element.SymbolProfile?.symbol | gfSymbol
}}
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{ element.currency ?? element.SymbolProfile?.currency }} |
|
|
Account |
@if (element.account?.platform?.url) {
|
@if (element.comment) { } |
@if (
!hasPermissionToCreateActivity && hasPermissionToExportActivities
) {
}
|
@if (showActions) {
}
|
|---|