cooptypes 2.2.4 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +668 -318
- package/dist/index.d.cts +358 -246
- package/dist/index.d.mts +358 -246
- package/dist/index.d.ts +358 -246
- package/dist/index.mjs +657 -307
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -9,7 +9,7 @@ const _admin = "_admin";
|
|
|
9
9
|
const _contract = "_contract";
|
|
10
10
|
const _system$1 = "_system";
|
|
11
11
|
|
|
12
|
-
const index
|
|
12
|
+
const index$$ = {
|
|
13
13
|
__proto__: null,
|
|
14
14
|
_admin: _admin,
|
|
15
15
|
_chairman: _chairman,
|
|
@@ -66,7 +66,7 @@ const _branch = {
|
|
|
66
66
|
testnet: "branch"
|
|
67
67
|
};
|
|
68
68
|
|
|
69
|
-
const index$
|
|
69
|
+
const index$_ = {
|
|
70
70
|
__proto__: null,
|
|
71
71
|
_branch: _branch,
|
|
72
72
|
_draft: _draft,
|
|
@@ -88,18 +88,18 @@ const special = {
|
|
|
88
88
|
action: "actionName"
|
|
89
89
|
};
|
|
90
90
|
|
|
91
|
-
const index$
|
|
91
|
+
const index$Z = {
|
|
92
92
|
__proto__: null,
|
|
93
93
|
active: active,
|
|
94
94
|
owner: owner,
|
|
95
95
|
special: special
|
|
96
96
|
};
|
|
97
97
|
|
|
98
|
-
const index$
|
|
98
|
+
const index$Y = {
|
|
99
99
|
__proto__: null,
|
|
100
|
-
Actors: index
|
|
101
|
-
ContractNames: index$
|
|
102
|
-
Permissions: index$
|
|
100
|
+
Actors: index$$,
|
|
101
|
+
ContractNames: index$_,
|
|
102
|
+
Permissions: index$Z
|
|
103
103
|
};
|
|
104
104
|
|
|
105
105
|
const authorizations$2x = [{ permissions: [active], actor: _system }];
|
|
@@ -156,7 +156,7 @@ const newId = {
|
|
|
156
156
|
authorizations: authorizations$2s
|
|
157
157
|
};
|
|
158
158
|
|
|
159
|
-
const index$
|
|
159
|
+
const index$X = {
|
|
160
160
|
__proto__: null,
|
|
161
161
|
CreateDraft: createDraft,
|
|
162
162
|
CreateTranslation: createTranslation,
|
|
@@ -178,16 +178,16 @@ const drafts = {
|
|
|
178
178
|
const tableName$H = "translations";
|
|
179
179
|
const scope$H = _contract;
|
|
180
180
|
|
|
181
|
-
const translations$
|
|
181
|
+
const translations$c = {
|
|
182
182
|
__proto__: null,
|
|
183
183
|
scope: scope$H,
|
|
184
184
|
tableName: tableName$H
|
|
185
185
|
};
|
|
186
186
|
|
|
187
|
-
const index$
|
|
187
|
+
const index$W = {
|
|
188
188
|
__proto__: null,
|
|
189
189
|
Drafts: drafts,
|
|
190
|
-
Translations: translations$
|
|
190
|
+
Translations: translations$c
|
|
191
191
|
};
|
|
192
192
|
|
|
193
193
|
const draft = {
|
|
@@ -196,11 +196,11 @@ const draft = {
|
|
|
196
196
|
|
|
197
197
|
const contractName$a = _draft;
|
|
198
198
|
|
|
199
|
-
const index$
|
|
199
|
+
const index$V = {
|
|
200
200
|
__proto__: null,
|
|
201
|
-
Actions: index$
|
|
201
|
+
Actions: index$X,
|
|
202
202
|
Interfaces: draft,
|
|
203
|
-
Tables: index$
|
|
203
|
+
Tables: index$W,
|
|
204
204
|
contractName: contractName$a
|
|
205
205
|
};
|
|
206
206
|
|
|
@@ -249,7 +249,7 @@ const editBranch = {
|
|
|
249
249
|
authorizations: authorizations$2n
|
|
250
250
|
};
|
|
251
251
|
|
|
252
|
-
const index$
|
|
252
|
+
const index$U = {
|
|
253
253
|
__proto__: null,
|
|
254
254
|
AddTrusted: addTrusted,
|
|
255
255
|
CreateBranch: createBranch,
|
|
@@ -276,7 +276,7 @@ const branchStat = {
|
|
|
276
276
|
tableName: tableName$F
|
|
277
277
|
};
|
|
278
278
|
|
|
279
|
-
const index$
|
|
279
|
+
const index$T = {
|
|
280
280
|
__proto__: null,
|
|
281
281
|
BranchStat: branchStat,
|
|
282
282
|
Branches: branches
|
|
@@ -288,11 +288,11 @@ const branch = {
|
|
|
288
288
|
|
|
289
289
|
const contractName$9 = _branch;
|
|
290
290
|
|
|
291
|
-
const index$
|
|
291
|
+
const index$S = {
|
|
292
292
|
__proto__: null,
|
|
293
|
-
Actions: index$
|
|
293
|
+
Actions: index$U,
|
|
294
294
|
Interfaces: branch,
|
|
295
|
-
Tables: index$
|
|
295
|
+
Tables: index$T,
|
|
296
296
|
contractName: contractName$9
|
|
297
297
|
};
|
|
298
298
|
|
|
@@ -435,7 +435,7 @@ const subCirculation = {
|
|
|
435
435
|
authorizations: authorizations$28
|
|
436
436
|
};
|
|
437
437
|
|
|
438
|
-
const index$
|
|
438
|
+
const index$R = {
|
|
439
439
|
__proto__: null,
|
|
440
440
|
AddAccumulation: addAccumulation,
|
|
441
441
|
AddCirculation: addCirculation,
|
|
@@ -490,7 +490,7 @@ const fundWithdraws = {
|
|
|
490
490
|
tableName: tableName$B
|
|
491
491
|
};
|
|
492
492
|
|
|
493
|
-
const index$
|
|
493
|
+
const index$Q = {
|
|
494
494
|
__proto__: null,
|
|
495
495
|
AccumulatedFunds: accumulationFunds,
|
|
496
496
|
CoopWallet: coopWallet,
|
|
@@ -504,11 +504,11 @@ const fund = {
|
|
|
504
504
|
|
|
505
505
|
const contractName$8 = _fund;
|
|
506
506
|
|
|
507
|
-
const index$
|
|
507
|
+
const index$P = {
|
|
508
508
|
__proto__: null,
|
|
509
|
-
Actions: index$
|
|
509
|
+
Actions: index$R,
|
|
510
510
|
Interfaces: fund,
|
|
511
|
-
Tables: index$
|
|
511
|
+
Tables: index$Q,
|
|
512
512
|
contractName: contractName$8
|
|
513
513
|
};
|
|
514
514
|
|
|
@@ -584,7 +584,7 @@ const failWithdraw = {
|
|
|
584
584
|
authorizations: authorizations$20
|
|
585
585
|
};
|
|
586
586
|
|
|
587
|
-
const index$
|
|
587
|
+
const index$O = {
|
|
588
588
|
__proto__: null,
|
|
589
589
|
CompleteDeposit: completeDeposit,
|
|
590
590
|
CompleteWithdraw: completeWithdraw,
|
|
@@ -614,7 +614,7 @@ const withdraws = {
|
|
|
614
614
|
tableName: tableName$z
|
|
615
615
|
};
|
|
616
616
|
|
|
617
|
-
const index$
|
|
617
|
+
const index$N = {
|
|
618
618
|
__proto__: null,
|
|
619
619
|
Deposits: deposits,
|
|
620
620
|
Withdraws: withdraws
|
|
@@ -626,11 +626,11 @@ const gateway = {
|
|
|
626
626
|
|
|
627
627
|
const contractName$7 = _gateway;
|
|
628
628
|
|
|
629
|
-
const index$
|
|
629
|
+
const index$M = {
|
|
630
630
|
__proto__: null,
|
|
631
|
-
Actions: index$
|
|
631
|
+
Actions: index$O,
|
|
632
632
|
Interfaces: gateway,
|
|
633
|
-
Tables: index$
|
|
633
|
+
Tables: index$N,
|
|
634
634
|
contractName: contractName$7
|
|
635
635
|
};
|
|
636
636
|
|
|
@@ -760,7 +760,7 @@ const disableBranches = {
|
|
|
760
760
|
authorizations: authorizations$1O
|
|
761
761
|
};
|
|
762
762
|
|
|
763
|
-
const index$
|
|
763
|
+
const index$L = {
|
|
764
764
|
__proto__: null,
|
|
765
765
|
AddUser: addUser,
|
|
766
766
|
ChangeKey: changeKey,
|
|
@@ -796,7 +796,7 @@ const cooperatives = {
|
|
|
796
796
|
tableName: tableName$x
|
|
797
797
|
};
|
|
798
798
|
|
|
799
|
-
const index$
|
|
799
|
+
const index$K = {
|
|
800
800
|
__proto__: null,
|
|
801
801
|
Accounts: accounts,
|
|
802
802
|
Cooperatives: cooperatives
|
|
@@ -808,11 +808,11 @@ const registrator = {
|
|
|
808
808
|
|
|
809
809
|
const contractName$6 = _registrator;
|
|
810
810
|
|
|
811
|
-
const index$
|
|
811
|
+
const index$J = {
|
|
812
812
|
__proto__: null,
|
|
813
|
-
Actions: index$
|
|
813
|
+
Actions: index$L,
|
|
814
814
|
Interfaces: registrator,
|
|
815
|
-
Tables: index$
|
|
815
|
+
Tables: index$K,
|
|
816
816
|
contractName: contractName$6
|
|
817
817
|
};
|
|
818
818
|
|
|
@@ -870,7 +870,7 @@ const retire = {
|
|
|
870
870
|
authorizations: authorizations$1I
|
|
871
871
|
};
|
|
872
872
|
|
|
873
|
-
const index$
|
|
873
|
+
const index$I = {
|
|
874
874
|
__proto__: null,
|
|
875
875
|
Close: close,
|
|
876
876
|
Create: create,
|
|
@@ -898,7 +898,7 @@ const currencyStats = {
|
|
|
898
898
|
tableName: tableName$v
|
|
899
899
|
};
|
|
900
900
|
|
|
901
|
-
const index$
|
|
901
|
+
const index$H = {
|
|
902
902
|
__proto__: null,
|
|
903
903
|
AccountBalance: accountBalance,
|
|
904
904
|
CurrencyStats: currencyStats
|
|
@@ -910,11 +910,11 @@ const token = {
|
|
|
910
910
|
|
|
911
911
|
const contractName$5 = _token;
|
|
912
912
|
|
|
913
|
-
const index$
|
|
913
|
+
const index$G = {
|
|
914
914
|
__proto__: null,
|
|
915
|
-
Actions: index$
|
|
915
|
+
Actions: index$I,
|
|
916
916
|
Interfaces: token,
|
|
917
|
-
Tables: index$
|
|
917
|
+
Tables: index$H,
|
|
918
918
|
contractName: contractName$5
|
|
919
919
|
};
|
|
920
920
|
|
|
@@ -972,7 +972,7 @@ const newprogram = {
|
|
|
972
972
|
authorizations: authorizations$1C
|
|
973
973
|
};
|
|
974
974
|
|
|
975
|
-
const index$
|
|
975
|
+
const index$F = {
|
|
976
976
|
__proto__: null,
|
|
977
977
|
NewAct: newact,
|
|
978
978
|
NewBatch: newbatch,
|
|
@@ -1009,7 +1009,7 @@ const editAddress = {
|
|
|
1009
1009
|
authorizations: authorizations$1z
|
|
1010
1010
|
};
|
|
1011
1011
|
|
|
1012
|
-
const index$
|
|
1012
|
+
const index$E = {
|
|
1013
1013
|
__proto__: null,
|
|
1014
1014
|
CreateAddress: createAddress,
|
|
1015
1015
|
DeleteAddress: deleteAddress,
|
|
@@ -1092,7 +1092,7 @@ const subProgramBalance = {
|
|
|
1092
1092
|
authorizations: authorizations$1t
|
|
1093
1093
|
};
|
|
1094
1094
|
|
|
1095
|
-
const index$
|
|
1095
|
+
const index$D = {
|
|
1096
1096
|
__proto__: null,
|
|
1097
1097
|
AddBalance: addBalance,
|
|
1098
1098
|
AddProgramBalance: addProgramBalance,
|
|
@@ -1135,7 +1135,7 @@ const disableProgram = {
|
|
|
1135
1135
|
authorizations: authorizations$1q
|
|
1136
1136
|
};
|
|
1137
1137
|
|
|
1138
|
-
const index$
|
|
1138
|
+
const index$C = {
|
|
1139
1139
|
__proto__: null,
|
|
1140
1140
|
CreateProgram: createProgram,
|
|
1141
1141
|
DisableProgram: disableProgram,
|
|
@@ -1296,7 +1296,7 @@ const freeDecision = {
|
|
|
1296
1296
|
authorizations: authorizations$1c
|
|
1297
1297
|
};
|
|
1298
1298
|
|
|
1299
|
-
const index$
|
|
1299
|
+
const index$B = {
|
|
1300
1300
|
__proto__: null,
|
|
1301
1301
|
Authorize: authorize$1,
|
|
1302
1302
|
Automate: automate,
|
|
@@ -1332,7 +1332,7 @@ const updateBoard = {
|
|
|
1332
1332
|
authorizations: authorizations$1a
|
|
1333
1333
|
};
|
|
1334
1334
|
|
|
1335
|
-
const index$
|
|
1335
|
+
const index$A = {
|
|
1336
1336
|
__proto__: null,
|
|
1337
1337
|
CreateBoard: createBoard,
|
|
1338
1338
|
UpdateBoard: updateBoard
|
|
@@ -1393,7 +1393,7 @@ const init$1 = {
|
|
|
1393
1393
|
authorizations: authorizations$15
|
|
1394
1394
|
};
|
|
1395
1395
|
|
|
1396
|
-
const index$
|
|
1396
|
+
const index$z = {
|
|
1397
1397
|
__proto__: null,
|
|
1398
1398
|
AddAdmin: addAdmin,
|
|
1399
1399
|
DeleteAdmin: deleteAdmin,
|
|
@@ -1446,7 +1446,7 @@ const makeCoagreement = {
|
|
|
1446
1446
|
authorizations: authorizations$11
|
|
1447
1447
|
};
|
|
1448
1448
|
|
|
1449
|
-
const index$
|
|
1449
|
+
const index$y = {
|
|
1450
1450
|
__proto__: null,
|
|
1451
1451
|
ConfirmAgreement: confirmAgreement,
|
|
1452
1452
|
DeclineAgreement: declineAgreement,
|
|
@@ -1463,22 +1463,22 @@ const selectBranch = {
|
|
|
1463
1463
|
authorizations: authorizations$10
|
|
1464
1464
|
};
|
|
1465
1465
|
|
|
1466
|
-
const index$
|
|
1466
|
+
const index$x = {
|
|
1467
1467
|
__proto__: null,
|
|
1468
1468
|
SelectBranch: selectBranch
|
|
1469
1469
|
};
|
|
1470
1470
|
|
|
1471
|
-
const index$
|
|
1471
|
+
const index$w = {
|
|
1472
1472
|
__proto__: null,
|
|
1473
|
-
Addresses: index$
|
|
1474
|
-
Admins: index$
|
|
1475
|
-
Agreements: index$
|
|
1476
|
-
Boards: index$
|
|
1477
|
-
Branches: index$
|
|
1478
|
-
Decisions: index$
|
|
1479
|
-
Programs: index$
|
|
1480
|
-
Registry: index$
|
|
1481
|
-
Wallet: index$
|
|
1473
|
+
Addresses: index$E,
|
|
1474
|
+
Admins: index$z,
|
|
1475
|
+
Agreements: index$y,
|
|
1476
|
+
Boards: index$A,
|
|
1477
|
+
Branches: index$x,
|
|
1478
|
+
Decisions: index$B,
|
|
1479
|
+
Programs: index$C,
|
|
1480
|
+
Registry: index$F,
|
|
1481
|
+
Wallet: index$D
|
|
1482
1482
|
};
|
|
1483
1483
|
|
|
1484
1484
|
const tableName$u = "addresses";
|
|
@@ -1607,7 +1607,7 @@ const coopAgreements = {
|
|
|
1607
1607
|
tableName: tableName$h
|
|
1608
1608
|
};
|
|
1609
1609
|
|
|
1610
|
-
const index$
|
|
1610
|
+
const index$v = {
|
|
1611
1611
|
__proto__: null,
|
|
1612
1612
|
Addresses: addresses,
|
|
1613
1613
|
Admins: admins,
|
|
@@ -1631,11 +1631,11 @@ const soviet = {
|
|
|
1631
1631
|
|
|
1632
1632
|
const contractName$4 = _soviet;
|
|
1633
1633
|
|
|
1634
|
-
const index$
|
|
1634
|
+
const index$u = {
|
|
1635
1635
|
__proto__: null,
|
|
1636
|
-
Actions: index$
|
|
1636
|
+
Actions: index$w,
|
|
1637
1637
|
Interfaces: soviet,
|
|
1638
|
-
Tables: index$
|
|
1638
|
+
Tables: index$v,
|
|
1639
1639
|
contractName: contractName$4
|
|
1640
1640
|
};
|
|
1641
1641
|
|
|
@@ -1810,7 +1810,7 @@ const updateRequest = {
|
|
|
1810
1810
|
authorizations: authorizations$J
|
|
1811
1811
|
};
|
|
1812
1812
|
|
|
1813
|
-
const index$
|
|
1813
|
+
const index$t = {
|
|
1814
1814
|
__proto__: null,
|
|
1815
1815
|
AcceptRequest: acceptRequest,
|
|
1816
1816
|
Authorize: authorize,
|
|
@@ -1842,7 +1842,7 @@ const requests = {
|
|
|
1842
1842
|
tableName: tableName$g
|
|
1843
1843
|
};
|
|
1844
1844
|
|
|
1845
|
-
const index$
|
|
1845
|
+
const index$s = {
|
|
1846
1846
|
__proto__: null,
|
|
1847
1847
|
Requests: requests
|
|
1848
1848
|
};
|
|
@@ -1853,11 +1853,11 @@ const marketplace = {
|
|
|
1853
1853
|
|
|
1854
1854
|
const contractName$3 = _marketplace;
|
|
1855
1855
|
|
|
1856
|
-
const index$
|
|
1856
|
+
const index$r = {
|
|
1857
1857
|
__proto__: null,
|
|
1858
|
-
Actions: index$
|
|
1858
|
+
Actions: index$t,
|
|
1859
1859
|
Interfaces: marketplace,
|
|
1860
|
-
Tables: index$
|
|
1860
|
+
Tables: index$s,
|
|
1861
1861
|
contractName: contractName$3
|
|
1862
1862
|
};
|
|
1863
1863
|
|
|
@@ -1915,7 +1915,7 @@ const invalidateAccount = {
|
|
|
1915
1915
|
authorizations: authorizations$D
|
|
1916
1916
|
};
|
|
1917
1917
|
|
|
1918
|
-
const index$
|
|
1918
|
+
const index$q = {
|
|
1919
1919
|
__proto__: null,
|
|
1920
1920
|
ApproveProposal: approveProposal,
|
|
1921
1921
|
CancelProposal: cancelProposal,
|
|
@@ -1961,7 +1961,7 @@ const proposals = {
|
|
|
1961
1961
|
tableName: tableName$c
|
|
1962
1962
|
};
|
|
1963
1963
|
|
|
1964
|
-
const index$
|
|
1964
|
+
const index$p = {
|
|
1965
1965
|
__proto__: null,
|
|
1966
1966
|
Approvals: approvals,
|
|
1967
1967
|
Approvals2: approvals2,
|
|
@@ -1975,11 +1975,11 @@ const msig = {
|
|
|
1975
1975
|
|
|
1976
1976
|
const contractName$2 = _msig;
|
|
1977
1977
|
|
|
1978
|
-
const index$
|
|
1978
|
+
const index$o = {
|
|
1979
1979
|
__proto__: null,
|
|
1980
|
-
Actions: index$
|
|
1980
|
+
Actions: index$q,
|
|
1981
1981
|
Interfaces: msig,
|
|
1982
|
-
Tables: index$
|
|
1982
|
+
Tables: index$p,
|
|
1983
1983
|
contractName: contractName$2
|
|
1984
1984
|
};
|
|
1985
1985
|
|
|
@@ -1992,7 +1992,7 @@ const exec = {
|
|
|
1992
1992
|
authorizations: authorizations$C
|
|
1993
1993
|
};
|
|
1994
1994
|
|
|
1995
|
-
const index$
|
|
1995
|
+
const index$n = {
|
|
1996
1996
|
__proto__: null,
|
|
1997
1997
|
Exec: exec
|
|
1998
1998
|
};
|
|
@@ -2003,9 +2003,9 @@ const wrap = {
|
|
|
2003
2003
|
|
|
2004
2004
|
const contractName$1 = _wrap;
|
|
2005
2005
|
|
|
2006
|
-
const index$
|
|
2006
|
+
const index$m = {
|
|
2007
2007
|
__proto__: null,
|
|
2008
|
-
Actions: index$
|
|
2008
|
+
Actions: index$n,
|
|
2009
2009
|
Interfaces: wrap,
|
|
2010
2010
|
contractName: contractName$1
|
|
2011
2011
|
};
|
|
@@ -2357,7 +2357,7 @@ const cancelDelay = {
|
|
|
2357
2357
|
authorizations: authorizations
|
|
2358
2358
|
};
|
|
2359
2359
|
|
|
2360
|
-
const index$
|
|
2360
|
+
const index$l = {
|
|
2361
2361
|
__proto__: null,
|
|
2362
2362
|
ActivateFeature: activateFeature,
|
|
2363
2363
|
BidName: bidName,
|
|
@@ -2507,7 +2507,7 @@ const voters = {
|
|
|
2507
2507
|
tableName: tableName
|
|
2508
2508
|
};
|
|
2509
2509
|
|
|
2510
|
-
const index$
|
|
2510
|
+
const index$k = {
|
|
2511
2511
|
__proto__: null,
|
|
2512
2512
|
BidRefunds: bidRefunds,
|
|
2513
2513
|
NameBids: nameBids,
|
|
@@ -2529,41 +2529,41 @@ const system = {
|
|
|
2529
2529
|
|
|
2530
2530
|
const contractName = _system;
|
|
2531
2531
|
|
|
2532
|
-
const index$
|
|
2532
|
+
const index$j = {
|
|
2533
2533
|
__proto__: null,
|
|
2534
|
-
Actions: index$
|
|
2534
|
+
Actions: index$l,
|
|
2535
2535
|
Interfaces: system,
|
|
2536
|
-
Tables: index$
|
|
2536
|
+
Tables: index$k,
|
|
2537
2537
|
contractName: contractName
|
|
2538
2538
|
};
|
|
2539
2539
|
|
|
2540
|
-
const index$
|
|
2540
|
+
const index$i = {
|
|
2541
2541
|
__proto__: null
|
|
2542
2542
|
};
|
|
2543
2543
|
|
|
2544
|
-
const index$
|
|
2544
|
+
const index$h = {
|
|
2545
2545
|
__proto__: null
|
|
2546
2546
|
};
|
|
2547
2547
|
|
|
2548
|
-
const index$
|
|
2548
|
+
const index$g = {
|
|
2549
2549
|
__proto__: null
|
|
2550
2550
|
};
|
|
2551
2551
|
|
|
2552
|
-
const index$
|
|
2552
|
+
const index$f = {
|
|
2553
2553
|
__proto__: null
|
|
2554
2554
|
};
|
|
2555
2555
|
|
|
2556
|
-
const index$
|
|
2556
|
+
const index$e = {
|
|
2557
2557
|
__proto__: null
|
|
2558
2558
|
};
|
|
2559
2559
|
|
|
2560
|
-
const registry_id$
|
|
2561
|
-
const title$
|
|
2562
|
-
const description$
|
|
2563
|
-
const context$
|
|
2560
|
+
const registry_id$b = 1;
|
|
2561
|
+
const title$b = "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u0426\u041F\u041F \xAB\u0426\u0418\u0424\u0420\u041E\u0412\u041E\u0419 \u041A\u041E\u0428\u0415\u041B\u0415\u041A\xBB";
|
|
2562
|
+
const description$b = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F \u043A \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 \xAB\u0426\u0418\u0424\u0420\u041E\u0412\u041E\u0419 \u041A\u041E\u0428\u0415\u041B\u0415\u041A\xBB";
|
|
2563
|
+
const context$b = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2564
2564
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2565
2565
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.wallet_agreement.protocol_number }}</p>
|
|
2566
|
-
<p style="margin: 0px !important">{{ coop.
|
|
2566
|
+
<p style="margin: 0px !important">{{ coop.short_name }} </p>
|
|
2567
2567
|
<p style="margin: 0px !important">{% trans 'from' %} {{ vars.wallet_agreement.protocol_day_month_year }}</p>
|
|
2568
2568
|
</div>
|
|
2569
2569
|
<div style="text-align: center">
|
|
@@ -2630,10 +2630,10 @@ white-space: pre-wrap;
|
|
|
2630
2630
|
padding-bottom: 20px;
|
|
2631
2631
|
}
|
|
2632
2632
|
</style>`;
|
|
2633
|
-
const translations$
|
|
2633
|
+
const translations$b = {
|
|
2634
2634
|
ru: {
|
|
2635
2635
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2636
|
-
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116
|
|
2636
|
+
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
2637
2637
|
from: "\u043E\u0442",
|
|
2638
2638
|
PROVISION: "\u041F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435",
|
|
2639
2639
|
consumer_program_title: "\u043E \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 \xAB\u0426\u0418\u0424\u0420\u041E\u0412\u041E\u0419 \u041A\u041E\u0428\u0415\u041B\u0415\u041A\xBB ",
|
|
@@ -2687,22 +2687,22 @@ const translations$9 = {
|
|
|
2687
2687
|
// ... другие переводы
|
|
2688
2688
|
};
|
|
2689
2689
|
|
|
2690
|
-
const index$
|
|
2690
|
+
const index$d = {
|
|
2691
2691
|
__proto__: null,
|
|
2692
|
-
context: context$
|
|
2693
|
-
description: description$
|
|
2694
|
-
registry_id: registry_id$
|
|
2695
|
-
title: title$
|
|
2696
|
-
translations: translations$
|
|
2692
|
+
context: context$b,
|
|
2693
|
+
description: description$b,
|
|
2694
|
+
registry_id: registry_id$b,
|
|
2695
|
+
title: title$b,
|
|
2696
|
+
translations: translations$b
|
|
2697
2697
|
};
|
|
2698
2698
|
|
|
2699
|
-
const registry_id$
|
|
2700
|
-
const title$
|
|
2701
|
-
const description$
|
|
2702
|
-
const context$
|
|
2699
|
+
const registry_id$a = 2;
|
|
2700
|
+
const title$a = "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043E \u043F\u0440\u043E\u0441\u0442\u043E\u0439 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438";
|
|
2701
|
+
const description$a = "\u0424\u043E\u0440\u043C\u0430 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043E \u043F\u0440\u043E\u0441\u0442\u043E\u0439 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438";
|
|
2702
|
+
const context$a = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2703
2703
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2704
2704
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.signature_agreement.protocol_number }}</p>
|
|
2705
|
-
<p style="margin: 0px !important">{{ coop.
|
|
2705
|
+
<p style="margin: 0px !important">{{ coop.short_name }}</p>
|
|
2706
2706
|
<p style="margin: 0px !important">{% trans 'from' %} {{ vars.signature_agreement.protocol_day_month_year }}</p>
|
|
2707
2707
|
</div>
|
|
2708
2708
|
<div style="text-align: center">
|
|
@@ -2740,10 +2740,10 @@ const context$8 = `<div class="digital-document"><div style="text-align: right;
|
|
|
2740
2740
|
padding: 20px;
|
|
2741
2741
|
white-space: pre-wrap;
|
|
2742
2742
|
}</style>`;
|
|
2743
|
-
const translations$
|
|
2743
|
+
const translations$a = {
|
|
2744
2744
|
ru: {
|
|
2745
2745
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2746
|
-
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116
|
|
2746
|
+
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
2747
2747
|
from: "\u043E\u0442",
|
|
2748
2748
|
PROVISION: "\u041F\u041E\u041B\u041E\u0416\u0415\u041D\u0418\u0415",
|
|
2749
2749
|
regulation_pep_title_1: "1. \u0422\u0415\u0420\u041C\u0418\u041D\u042B \u0418 \u041E\u041F\u0420\u0415\u0414\u0415\u041B\u0415\u041D\u0418\u042F",
|
|
@@ -2766,27 +2766,27 @@ const translations$8 = {
|
|
|
2766
2766
|
acceptance_agreement: "\u0421\u041E\u0413\u041B\u0410\u0421\u0415\u041D",
|
|
2767
2767
|
PRIL_PROVISION: "\u041F\u0420\u0418\u041B\u041E\u0416\u0415\u041D\u0418\u0415 \u2116 1 \u043A \u041F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u044E\n\u0422\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u0445\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0438 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438",
|
|
2768
2768
|
PRIL_PROVISION_TEXT: "\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u044C \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0443\u0435\u0442\u0441\u044F \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C \u0432 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u0438 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0438 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u043C \u0434\u0432\u0443\u0445\u043A\u0430\u0441\u043A\u0430\u0434\u043D\u044B\u043C \u043F\u0440\u043E\u043A\u0443\u0440\u0441\u043E\u0440\u043E\u043C \u0441\u0435\u043A\u0440\u0435\u0442\u043D\u043E\u0433\u043E \u043A\u043B\u044E\u0447\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u043A\u043E\u0442\u043E\u0440\u043E\u0433\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0430 \u0438\u0437 \u044D\u043B\u043B\u0438\u043F\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043A\u0440\u0438\u0432\u044B\u0445 - secp256k1 \u0438\u043B\u0438 p256. \n\n\u041F\u0440\u0438\u0432\u0430\u0442\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0443\u0435\u0442\u0441\u044F \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u044B\u043C \u043E\u0431\u0440\u0430\u0437\u043E\u043C \u043A\u0440\u0438\u043F\u0442\u043E\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u043E\u0439 \u043D\u0430 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u043A\u043B\u0438\u0435\u043D\u0442\u0430 \u0431\u0435\u0437 \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u043D\u0430 \u0441\u0435\u0440\u0432\u0435\u0440 \u0438 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F \u0432 \u043C\u0430\u0441\u0441\u0438\u0432 \u0431\u0430\u0439\u0442\u043E\u0432 (Uint8Array) \u0434\u043B\u0438\u043D\u043E\u0439 32 \u0431\u0430\u0439\u0442\u0430 \u0434\u043B\u044F \u0434\u0430\u043B\u044C\u043D\u0435\u0439\u0448\u0435\u0433\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F. \n\n\u0414\u043B\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0430\u043B\u0433\u043E\u0440\u0438\u0442\u043C ECDSA (Elliptic Curve Digital Signature Algorithm) \u0441 SHA-256 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0445\u044D\u0448-\u0444\u0443\u043D\u043A\u0446\u0438\u0438. \u041F\u0440\u043E\u0446\u0435\u0441\u0441 \u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u0438\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0435\u0442:\n1. \u0425\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0430\u043B\u0433\u043E\u0440\u0438\u0442\u043C\u0430 SHA-256.\n2. \u041F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0433\u043E \u043A\u043B\u044E\u0447\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0434\u043B\u044F \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F \u0446\u0438\u0444\u0440\u043E\u0432\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u0430\u043B\u0433\u043E\u0440\u0438\u0442\u043C\u0430 \u044D\u043B\u043B\u0438\u043F\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043A\u0440\u0438\u0432\u043E\u0439 ECDSA.\n\u0412\u0435\u0440\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u0438 \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043F\u0443\u0431\u043B\u0438\u0447\u043D\u043E\u0433\u043E \u043A\u043B\u044E\u0447\u0430, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0443\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0441 \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u044B\u043C \u0438 \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u0442\u0441\u044F \u043D\u0430 \u0441\u0435\u0440\u0432\u0435\u0440. \u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C \u0432\u0435\u0440\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u0438 \u0446\u0438\u0444\u0440\u043E\u0432\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0435\u0442:\n1. \u041F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435 \u043F\u0443\u0431\u043B\u0438\u0447\u043D\u043E\u0433\u043E \u043A\u043B\u044E\u0447\u0430 \u0438\u0437 \u043F\u043E\u0434\u043F\u0438\u0441\u0438.\n2. \u0421\u0440\u0430\u0432\u043D\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430 \u0441 \u0440\u0430\u043D\u0435\u0435 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u043D\u044B\u043C \u043F\u0443\u0431\u043B\u0438\u0447\u043D\u044B\u043C \u043A\u043B\u044E\u0447\u043E\u043C , \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u043F\u043E\u0434\u043B\u0438\u043D\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u0434\u043F\u0438\u0441\u0438.\n\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u044C \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0430\u043C \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438 \u0438 \u043A\u0440\u0438\u043F\u0442\u043E\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043A\u0438\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C, \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u044F \u0432\u044B\u0441\u043E\u043A\u0443\u044E \u0441\u0442\u0435\u043F\u0435\u043D\u044C \u0437\u0430\u0449\u0438\u0442\u044B \u0434\u0430\u043D\u043D\u044B\u0445. \u041F\u0440\u043E\u0446\u0435\u0441\u0441 \u043F\u043E\u043B\u043D\u043E\u0441\u0442\u044C\u044E \u0441\u043E\u0432\u043C\u0435\u0441\u0442\u0438\u043C \u0441 \u043C\u0435\u0436\u0434\u0443\u043D\u0430\u0440\u043E\u0434\u043D\u044B\u043C\u0438 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0430\u043C\u0438 \u0438 \u0431\u043E\u043B\u044C\u0448\u0438\u043D\u0441\u0442\u0432\u043E\u043C \u043F\u0443\u0431\u043B\u0438\u0447\u043D\u044B\u0445 \u0441\u0435\u0442\u0435\u0439.\n",
|
|
2769
|
-
PROVISION2: "\u043E \u043F\u043E\u0440\u044F\u0434\u043A\u0435 \u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u0445 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u0441\u0442\u043E\u0439 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438
|
|
2769
|
+
PROVISION2: "\u043E \u043F\u043E\u0440\u044F\u0434\u043A\u0435 \u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u0445 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u0441\u0442\u043E\u0439 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438"
|
|
2770
2770
|
}
|
|
2771
2771
|
// ... другие переводы
|
|
2772
2772
|
};
|
|
2773
2773
|
|
|
2774
|
-
const index$
|
|
2774
|
+
const index$c = {
|
|
2775
2775
|
__proto__: null,
|
|
2776
|
-
context: context$
|
|
2777
|
-
description: description$
|
|
2778
|
-
registry_id: registry_id$
|
|
2779
|
-
title: title$
|
|
2780
|
-
translations: translations$
|
|
2776
|
+
context: context$a,
|
|
2777
|
+
description: description$a,
|
|
2778
|
+
registry_id: registry_id$a,
|
|
2779
|
+
title: title$a,
|
|
2780
|
+
translations: translations$a
|
|
2781
2781
|
};
|
|
2782
2782
|
|
|
2783
|
-
const registry_id$
|
|
2784
|
-
const title$
|
|
2785
|
-
const description$
|
|
2786
|
-
const context$
|
|
2783
|
+
const registry_id$9 = 3;
|
|
2784
|
+
const title$9 = "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u0438\u0442\u0438\u043A\u0438 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445";
|
|
2785
|
+
const description$9 = "\u0424\u043E\u0440\u043C\u0430 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u0438\u0442\u0438\u043A\u0438 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445";
|
|
2786
|
+
const context$9 = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2787
2787
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2788
2788
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.privacy_agreement.protocol_number }}</p>
|
|
2789
|
-
<p style="margin: 0px !important">{{ coop.
|
|
2789
|
+
<p style="margin: 0px !important">{{ coop.short_name }} </p>
|
|
2790
2790
|
<p style="margin: 0px !important">{% trans 'from' %} {{ vars.privacy_agreement.protocol_day_month_year }}</p>
|
|
2791
2791
|
</div>
|
|
2792
2792
|
<div style="text-align: center">
|
|
@@ -2833,10 +2833,10 @@ white-space: pre-wrap;
|
|
|
2833
2833
|
</style>
|
|
2834
2834
|
|
|
2835
2835
|
`;
|
|
2836
|
-
const translations$
|
|
2836
|
+
const translations$9 = {
|
|
2837
2837
|
ru: {
|
|
2838
2838
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2839
|
-
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116
|
|
2839
|
+
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
2840
2840
|
from: "\u043E\u0442",
|
|
2841
2841
|
PRIVACY_POLICY: "\u041F\u041E\u041B\u0418\u0422\u0418\u041A\u0410 \u041E\u0411\u0420\u0410\u0411\u041E\u0422\u041A\u0418 \u041F\u0415\u0420\u0421\u041E\u041D\u0410\u041B\u042C\u041D\u042B\u0425 \u0414\u0410\u041D\u041D\u042B\u0425",
|
|
2842
2842
|
privacy_policy_title_1: "1. \u041E\u0431\u0449\u0438\u0435 \u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u044F.\n",
|
|
@@ -2869,22 +2869,22 @@ const translations$7 = {
|
|
|
2869
2869
|
// ... другие переводы
|
|
2870
2870
|
};
|
|
2871
2871
|
|
|
2872
|
-
const index$
|
|
2872
|
+
const index$b = {
|
|
2873
2873
|
__proto__: null,
|
|
2874
|
-
context: context$
|
|
2875
|
-
description: description$
|
|
2876
|
-
registry_id: registry_id$
|
|
2877
|
-
title: title$
|
|
2878
|
-
translations: translations$
|
|
2874
|
+
context: context$9,
|
|
2875
|
+
description: description$9,
|
|
2876
|
+
registry_id: registry_id$9,
|
|
2877
|
+
title: title$9,
|
|
2878
|
+
translations: translations$9
|
|
2879
2879
|
};
|
|
2880
2880
|
|
|
2881
|
-
const registry_id$
|
|
2882
|
-
const title$
|
|
2883
|
-
const description$
|
|
2884
|
-
const context$
|
|
2881
|
+
const registry_id$8 = 4;
|
|
2882
|
+
const title$8 = "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F";
|
|
2883
|
+
const description$8 = "\u0424\u043E\u0440\u043C\u0430 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F";
|
|
2884
|
+
const context$8 = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2885
2885
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2886
2886
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.user_agreement.protocol_number }}</p>
|
|
2887
|
-
<p style="margin: 0px !important">
|
|
2887
|
+
<p style="margin: 0px !important"> {{coop.short_name}}</p>
|
|
2888
2888
|
<p style="margin: 0px !important">{% trans 'from' %} {{ vars.user_agreement.protocol_day_month_year }}</p>
|
|
2889
2889
|
</div>
|
|
2890
2890
|
<div style="text-align: center">
|
|
@@ -2903,10 +2903,10 @@ white-space: pre-wrap;
|
|
|
2903
2903
|
}
|
|
2904
2904
|
.subheader {padding-bottom: 20px;}
|
|
2905
2905
|
</style>`;
|
|
2906
|
-
const translations$
|
|
2906
|
+
const translations$8 = {
|
|
2907
2907
|
ru: {
|
|
2908
2908
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2909
|
-
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116
|
|
2909
|
+
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
2910
2910
|
from: "\u043E\u0442",
|
|
2911
2911
|
USER_AGREEMENT: "\u041E\u0411\u0429\u0418\u0415 \u0423\u0421\u041B\u041E\u0412\u0418\u042F (\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435) ",
|
|
2912
2912
|
user_agreement_text_2: "(\u0414\u0430\u043B\u0435\u0435 \xAB\u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\xBB) \u0432 \u043B\u0438\u0446\u0435 \u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044F \u0421\u043E\u0432\u0435\u0442\u0430 ",
|
|
@@ -2919,22 +2919,22 @@ const translations$6 = {
|
|
|
2919
2919
|
// ... другие переводы
|
|
2920
2920
|
};
|
|
2921
2921
|
|
|
2922
|
-
const index$
|
|
2922
|
+
const index$a = {
|
|
2923
2923
|
__proto__: null,
|
|
2924
|
-
context: context$
|
|
2925
|
-
description: description$
|
|
2926
|
-
registry_id: registry_id$
|
|
2927
|
-
title: title$
|
|
2928
|
-
translations: translations$
|
|
2924
|
+
context: context$8,
|
|
2925
|
+
description: description$8,
|
|
2926
|
+
registry_id: registry_id$8,
|
|
2927
|
+
title: title$8,
|
|
2928
|
+
translations: translations$8
|
|
2929
2929
|
};
|
|
2930
2930
|
|
|
2931
|
-
const registry_id$
|
|
2932
|
-
const title$
|
|
2933
|
-
const description$
|
|
2934
|
-
const context$
|
|
2931
|
+
const registry_id$7 = 50;
|
|
2932
|
+
const title$7 = '\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435 (\u043E\u0444\u0435\u0440\u0442\u0430) \u043E \u043F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0438 \u043A \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435 "\u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u0430\u044F \u042D\u043A\u043E\u043D\u043E\u043C\u0438\u043A\u0430"';
|
|
2933
|
+
const description$7 = '\u0424\u043E\u0440\u043C\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F (\u043E\u0444\u0435\u0440\u0442\u0430) \u043E \u043F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0438 \u043A \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435 "\u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u0430\u044F \u042D\u043A\u043E\u043D\u043E\u043C\u0438\u043A\u0430"';
|
|
2934
|
+
const context$7 = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2935
2935
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2936
2936
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.coopenomics_agreement.protocol_number }}</p>
|
|
2937
|
-
<p style="margin: 0px !important">{{ coop.
|
|
2937
|
+
<p style="margin: 0px !important">{{ coop.short_name }}</p>
|
|
2938
2938
|
<p style="margin: 0px !important">{% trans 'from' %} {{ vars.coopenomics_agreement.protocol_day_month_year }}</p>
|
|
2939
2939
|
</div>
|
|
2940
2940
|
<div style="text-align: center">
|
|
@@ -2980,10 +2980,10 @@ white-space: pre-wrap;
|
|
|
2980
2980
|
.subheader {padding-bottom: 20px;}
|
|
2981
2981
|
</style>
|
|
2982
2982
|
`;
|
|
2983
|
-
const translations$
|
|
2983
|
+
const translations$7 = {
|
|
2984
2984
|
ru: {
|
|
2985
2985
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2986
|
-
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116
|
|
2986
|
+
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
2987
2987
|
from: "\u043E\u0442",
|
|
2988
2988
|
PROVISION: "\u041F\u041E\u041B\u042C\u0417\u041E\u0412\u0410\u0422\u0415\u041B\u042C\u0421\u041A\u041E\u0415 \u0421\u041E\u0413\u041B\u0410\u0428\u0415\u041D\u0418\u0415 (\u041E\u0424\u0415\u0420\u0422\u0410)",
|
|
2989
2989
|
consumer_program_title: "\u043E \u043F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0438 \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 \u201C\u0412\u041E\u0421\u0425\u041E\u0414\u201D \u043A \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435 \u201C\u041A\u041E\u041E\u041F\u0415\u0420\u0410\u0422\u0418\u0412\u041D\u0410\u042F \u042D\u041A\u041E\u041D\u041E\u041C\u0418\u041A\u0410\u201D",
|
|
@@ -3010,19 +3010,19 @@ const translations$5 = {
|
|
|
3010
3010
|
// ... другие переводы
|
|
3011
3011
|
};
|
|
3012
3012
|
|
|
3013
|
-
const index$
|
|
3013
|
+
const index$9 = {
|
|
3014
3014
|
__proto__: null,
|
|
3015
|
-
context: context$
|
|
3016
|
-
description: description$
|
|
3017
|
-
registry_id: registry_id$
|
|
3018
|
-
title: title$
|
|
3019
|
-
translations: translations$
|
|
3015
|
+
context: context$7,
|
|
3016
|
+
description: description$7,
|
|
3017
|
+
registry_id: registry_id$7,
|
|
3018
|
+
title: title$7,
|
|
3019
|
+
translations: translations$7
|
|
3020
3020
|
};
|
|
3021
3021
|
|
|
3022
|
-
const registry_id$
|
|
3023
|
-
const title$
|
|
3024
|
-
const description$
|
|
3025
|
-
const context$
|
|
3022
|
+
const registry_id$6 = 100;
|
|
3023
|
+
const title$6 = "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u0432\u0441\u0442\u0443\u043F\u043B\u0435\u043D\u0438\u0435 \u0432 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432";
|
|
3024
|
+
const description$6 = "\u0424\u043E\u0440\u043C\u0430 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F \u043D\u0430 \u0432\u0441\u0442\u0443\u043F\u043B\u0435\u043D\u0438\u0435 \u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432";
|
|
3025
|
+
const context$6 = `<style>
|
|
3026
3026
|
.digital-document h1 {
|
|
3027
3027
|
margin: 0px;
|
|
3028
3028
|
text-align:center;
|
|
@@ -3036,7 +3036,7 @@ padding-bottom: 20px;
|
|
|
3036
3036
|
<div style="text-align: right; margin:">
|
|
3037
3037
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
3038
3038
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.participant_application.protocol_number }}</p>
|
|
3039
|
-
<p style="margin: 0px !important">{{ coop.
|
|
3039
|
+
<p style="margin: 0px !important">{{ coop.short_name }}</p>
|
|
3040
3040
|
<p style="margin: 0px !important">{% trans 'from' %} {{ vars.participant_application.protocol_day_month_year }}</p>
|
|
3041
3041
|
</div>
|
|
3042
3042
|
|
|
@@ -3087,9 +3087,8 @@ padding-bottom: 20px;
|
|
|
3087
3087
|
</div>
|
|
3088
3088
|
|
|
3089
3089
|
{% endif %}
|
|
3090
|
-
</div
|
|
3091
|
-
|
|
3092
|
-
const translations$4 = {
|
|
3090
|
+
</div>`;
|
|
3091
|
+
const translations$6 = {
|
|
3093
3092
|
ru: {
|
|
3094
3093
|
from: "\u043E\u0442",
|
|
3095
3094
|
application_individual: "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043B\u0438\u0446\u0430 \u043E \u043F\u0440\u0438\u0435\u043C\u0435 \u0432 \u043F\u0430\u0439\u0449\u0438\u043A\u0438",
|
|
@@ -3120,7 +3119,7 @@ const translations$4 = {
|
|
|
3120
3119
|
in: "\u0432",
|
|
3121
3120
|
request_to_join: "\u041F\u0440\u043E\u0448\u0443 \u043F\u0440\u0438\u043D\u044F\u0442\u044C \u043C\u0435\u043D\u044F \u0432 \u043F\u0430\u0439\u0449\u0438\u043A\u0438",
|
|
3122
3121
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
3123
|
-
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116
|
|
3122
|
+
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
3124
3123
|
passport: "\u041F\u0430\u0441\u043F\u043E\u0440\u0442",
|
|
3125
3124
|
passport_code: "\u043A\u043E\u0434 \u043F\u043E\u0434\u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F",
|
|
3126
3125
|
passport_issued: "\u0432\u044B\u0434\u0430\u043D",
|
|
@@ -3130,19 +3129,19 @@ const translations$4 = {
|
|
|
3130
3129
|
// ... другие переводы
|
|
3131
3130
|
};
|
|
3132
3131
|
|
|
3133
|
-
const index$
|
|
3132
|
+
const index$8 = {
|
|
3134
3133
|
__proto__: null,
|
|
3135
|
-
context: context$
|
|
3136
|
-
description: description$
|
|
3137
|
-
registry_id: registry_id$
|
|
3138
|
-
title: title$
|
|
3139
|
-
translations: translations$
|
|
3134
|
+
context: context$6,
|
|
3135
|
+
description: description$6,
|
|
3136
|
+
registry_id: registry_id$6,
|
|
3137
|
+
title: title$6,
|
|
3138
|
+
translations: translations$6
|
|
3140
3139
|
};
|
|
3141
3140
|
|
|
3142
|
-
const registry_id$
|
|
3143
|
-
const title$
|
|
3144
|
-
const description$
|
|
3145
|
-
const context$
|
|
3141
|
+
const registry_id$5 = 501;
|
|
3142
|
+
const title$5 = "\u0420\u0435\u0448\u0435\u043D\u0438\u0435 \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u043F\u0440\u0438\u0451\u043C\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u0432 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432";
|
|
3143
|
+
const description$5 = "\u0424\u043E\u0440\u043C\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u043F\u0440\u0438\u0451\u043C\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432";
|
|
3144
|
+
const context$5 = `<style>
|
|
3146
3145
|
h1 {
|
|
3147
3146
|
margin: 0px;
|
|
3148
3147
|
text-align:center;
|
|
@@ -3154,12 +3153,6 @@ padding-top: 15px;
|
|
|
3154
3153
|
.about {
|
|
3155
3154
|
padding: 20px;
|
|
3156
3155
|
}
|
|
3157
|
-
.about p{
|
|
3158
|
-
margin: 0px;
|
|
3159
|
-
}
|
|
3160
|
-
.signature {
|
|
3161
|
-
padding-top: 20px;
|
|
3162
|
-
}
|
|
3163
3156
|
.digital-document {
|
|
3164
3157
|
padding: 20px;
|
|
3165
3158
|
white-space: pre-wrap;
|
|
@@ -3167,61 +3160,128 @@ white-space: pre-wrap;
|
|
|
3167
3160
|
.subheader {
|
|
3168
3161
|
padding-bottom: 20px;
|
|
3169
3162
|
}
|
|
3163
|
+
table {
|
|
3164
|
+
width: 100%;
|
|
3165
|
+
border-collapse: collapse;
|
|
3166
|
+
}
|
|
3167
|
+
th, td {
|
|
3168
|
+
border: 1px solid #ccc;
|
|
3169
|
+
padding: 8px;
|
|
3170
|
+
text-align: left;
|
|
3171
|
+
word-wrap: break-word;
|
|
3172
|
+
overflow-wrap: break-word;
|
|
3173
|
+
}
|
|
3174
|
+
th {
|
|
3175
|
+
background-color: #f4f4f4;
|
|
3176
|
+
width: 30%;
|
|
3177
|
+
}
|
|
3170
3178
|
</style>
|
|
3171
3179
|
|
|
3172
|
-
<div class="digital-document"
|
|
3173
|
-
<
|
|
3174
|
-
{{
|
|
3175
|
-
<p style="text-align: right"> {{ meta.created_at }}, {{ coop.city }}</p>
|
|
3176
|
-
|
|
3177
|
-
<
|
|
3178
|
-
<
|
|
3179
|
-
<
|
|
3180
|
-
<
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
<
|
|
3185
|
-
|
|
3186
|
-
<
|
|
3187
|
-
{%
|
|
3188
|
-
</
|
|
3189
|
-
|
|
3190
|
-
<
|
|
3191
|
-
<
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
</
|
|
3196
|
-
|
|
3180
|
+
<div class="digital-document">
|
|
3181
|
+
<h1 class="header">{% trans 'protocol_number', decision.id %}</h1>
|
|
3182
|
+
<p style="text-align:center" class="subheader">{% trans 'council_meeting_name' %} {{vars.full_abbr_genitive}} "{{vars.name}}"</p>
|
|
3183
|
+
<p style="text-align: right"> {{ meta.created_at }}, {{ coop.city }}</p>
|
|
3184
|
+
<table class="about">
|
|
3185
|
+
<tbody>
|
|
3186
|
+
<tr>
|
|
3187
|
+
<th>{% trans 'meeting_format' %}</th>
|
|
3188
|
+
<td>{% trans 'meeting_format_value' %}</td>
|
|
3189
|
+
</tr>
|
|
3190
|
+
<tr>
|
|
3191
|
+
<th>{% trans 'meeting_place' %}</th>
|
|
3192
|
+
<td>{{ coop.full_address }}</td>
|
|
3193
|
+
</tr>
|
|
3194
|
+
<tr>
|
|
3195
|
+
<th>{% trans 'meeting_date' %}</th>
|
|
3196
|
+
<td>{{ decision.date }}</td>
|
|
3197
|
+
</tr>
|
|
3198
|
+
<tr>
|
|
3199
|
+
<th>{% trans 'opening_time' %}</th>
|
|
3200
|
+
<td>{{ decision.time }}</td>
|
|
3201
|
+
</tr>
|
|
3202
|
+
</tbody>
|
|
3203
|
+
</table>
|
|
3204
|
+
<h3>{% trans 'council_members' %}</h3>
|
|
3205
|
+
<table>
|
|
3206
|
+
<tbody>
|
|
3207
|
+
{% for member in coop.members %}
|
|
3208
|
+
<tr>
|
|
3209
|
+
<th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th>
|
|
3210
|
+
<td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}</td>
|
|
3211
|
+
</tr>
|
|
3212
|
+
{% endfor %}
|
|
3213
|
+
</tbody>
|
|
3214
|
+
</table>
|
|
3215
|
+
<h3>{% trans 'meeting_legality' %}</h3>
|
|
3216
|
+
<p>{% trans 'voting_results', decision.voters_percent %} {% trans 'quorum' %} {% trans 'chairman_of_the_meeting', coop.chairman.last_name, coop.chairman.first_name, coop.chairman.middle_name %}.</p>
|
|
3217
|
+
<h3>{% trans 'agenda' %}</h3>
|
|
3218
|
+
<table>
|
|
3219
|
+
<tbody>
|
|
3220
|
+
<tr>
|
|
3221
|
+
<th>\u2116</th>
|
|
3222
|
+
<td>{% trans 'question' %}</td>
|
|
3223
|
+
</tr>
|
|
3224
|
+
<tr>
|
|
3225
|
+
<th>{% trans 'agenda_item' %}</th>
|
|
3226
|
+
<td>{% trans 'decision_joincoop1' %} {% if type == 'individual' %}{{individual.last_name}} {{individual.first_name}} {{individual.middle.name}} ({{individual.birthdate}} {% trans 'birthdate' %}){% endif %}{% if type == 'entrepreneur' %}{% trans 'entrepreneur' %} {{entrepreneur.last_name}} {{entrepreneur.first_name}} {{entrepreneur.middle.name}} ({% trans 'ogrnip' %} {{entrepreneur.details.ogrn}}){% endif %}{% if type == 'organization' %} {{organization.short_name}} ({% trans 'ogrn' %} {{organization.details.ogrn}}){% endif %}{% trans 'in_participants' %} {{ coop.short_name }}.
|
|
3227
|
+
</td>
|
|
3228
|
+
</tr>
|
|
3229
|
+
</tbody>
|
|
3230
|
+
</table>
|
|
3197
3231
|
<h3>{% trans 'voting' %}</h3>
|
|
3198
|
-
<p>{% trans 'vote_results'
|
|
3199
|
-
|
|
3200
|
-
<
|
|
3201
|
-
<
|
|
3202
|
-
<
|
|
3232
|
+
<p>{% trans 'vote_results' %}</p><table>
|
|
3233
|
+
<tbody>
|
|
3234
|
+
<tr>
|
|
3235
|
+
<th>{% trans 'votes_for' %}</th>
|
|
3236
|
+
<td>{{ decision.votes_for }}</td>
|
|
3237
|
+
</tr>
|
|
3238
|
+
<tr>
|
|
3239
|
+
<th>{% trans 'votes_against' %}</th>
|
|
3240
|
+
<td>{{ decision.votes_against }}</td>
|
|
3241
|
+
</tr>
|
|
3242
|
+
<tr>
|
|
3243
|
+
<th>{% trans 'votes_abstained' %}</th>
|
|
3244
|
+
<td>{{ decision.votes_abstained }}</td>
|
|
3245
|
+
</tr>
|
|
3246
|
+
</tbody>
|
|
3247
|
+
</table>
|
|
3248
|
+
<h3>{% trans 'decision_made' %}</h3>
|
|
3249
|
+
<table>
|
|
3250
|
+
<tbody>
|
|
3251
|
+
<tr>
|
|
3252
|
+
<tr>
|
|
3253
|
+
<th>\u2116</th>
|
|
3254
|
+
<td>{% trans 'question' %}</td>
|
|
3255
|
+
</tr>
|
|
3256
|
+
|
|
3257
|
+
<th>{% trans 'decision' %}</th>
|
|
3258
|
+
<td>{% trans 'decision_joincoop2' %}
|
|
3259
|
+
{% if type == 'individual' %}{{individual.last_name}} {{individual.first_name}} {{individual.middle.name}} {{individual.birthdate}} {% trans 'birthdate' %} {% endif %}{% if type == 'entrepreneur' %}{% trans 'entrepreneur' %} {{entrepreneur.last_name}} {{entrepreneur.first_name}} {{entrepreneur.middle.name}}, {% trans 'ogrnip' %} {{entrepreneur.details.ogrn}}{% endif %}{% if type == 'organization' %}{{organization.short_name}}, {% trans 'ogrn' %} {{organization.details.ogrn}}{% endif %}
|
|
3260
|
+
</td>
|
|
3261
|
+
</tr>
|
|
3262
|
+
</tbody>
|
|
3263
|
+
</table>
|
|
3264
|
+
<hr>
|
|
3203
3265
|
<p>{% trans 'closing_time', decision.time %}</p>
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
const translations$3 = {
|
|
3266
|
+
<div class="signature"><p>{% trans 'signature' %}</p><p>{% trans 'chairman' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p></div>
|
|
3267
|
+
</div>
|
|
3268
|
+
`;
|
|
3269
|
+
const translations$5 = {
|
|
3209
3270
|
ru: {
|
|
3210
|
-
meeting_format: "\u0424\u043E\u0440\u043C\u0430
|
|
3211
|
-
meeting_date: "\u0414\u0430\u0442\u0430
|
|
3212
|
-
meeting_place: "\u041C\u0435\u0441\u0442\u043E
|
|
3213
|
-
opening_time: "\u0412\u0440\u0435\u043C\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F
|
|
3214
|
-
council_members: "\u0427\
|
|
3271
|
+
meeting_format: "\u0424\u043E\u0440\u043C\u0430",
|
|
3272
|
+
meeting_date: "\u0414\u0430\u0442\u0430",
|
|
3273
|
+
meeting_place: "\u041C\u0435\u0441\u0442\u043E",
|
|
3274
|
+
opening_time: "\u0412\u0440\u0435\u043C\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F",
|
|
3275
|
+
council_members: "\u0427\u041B\u0415\u041D\u042B \u0421\u041E\u0412\u0415\u0422\u0410",
|
|
3215
3276
|
voting_results: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0433\u043E\u043B\u043E\u0441\u043E\u0432 \u0441\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 {0}% \u043E\u0442 \u043E\u0431\u0449\u0435\u0433\u043E \u0447\u0438\u0441\u043B\u0430 \u0447\u043B\u0435\u043D\u043E\u0432 \u0421\u043E\u0432\u0435\u0442\u0430.",
|
|
3216
|
-
meeting_legality: "\u0421\
|
|
3277
|
+
meeting_legality: "\u0421\u041E\u0411\u0420\u0410\u041D\u0418\u0415 \u041F\u0420\u0410\u0412\u041E\u041C\u041E\u0427\u041D\u041E",
|
|
3217
3278
|
chairman_of_the_meeting: "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430: {0} {1} {2}",
|
|
3218
|
-
agenda: "\u041F\
|
|
3219
|
-
|
|
3220
|
-
decision_made: "\u0420\u0435\u0448\u0438\u043B\u0438",
|
|
3279
|
+
agenda: "\u041F\u041E\u0412\u0415\u0421\u0422\u041A\u0410 \u0414\u041D\u042F",
|
|
3280
|
+
decision_made: "\u0420\u0415\u0428\u0418\u041B\u0418",
|
|
3221
3281
|
closing_time: "\u0412\u0440\u0435\u043C\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430: {0}.",
|
|
3222
|
-
protocol_number: "\u041F\
|
|
3282
|
+
protocol_number: "\u041F\u0420\u041E\u0422\u041E\u041A\u041E\u041B \u2116 {0}",
|
|
3223
3283
|
council_meeting_name: "\u0421\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0421\u043E\u0432\u0435\u0442\u0430",
|
|
3224
|
-
chairman_of_the_council: "
|
|
3284
|
+
chairman_of_the_council: "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0441\u043E\u0432\u0435\u0442\u0430",
|
|
3225
3285
|
signature: "\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E.",
|
|
3226
3286
|
chairman: "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C",
|
|
3227
3287
|
birthdate: "\u0433.\u0440.",
|
|
@@ -3229,27 +3289,36 @@ const translations$3 = {
|
|
|
3229
3289
|
entrepreneur: "\u0418\u041F",
|
|
3230
3290
|
ogrn: "\u041E\u0413\u0420\u041D",
|
|
3231
3291
|
quorum: "\u041A\u0432\u043E\u0440\u0443\u043C \u0434\u043B\u044F \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0445 \u043D\u0430 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0443 \u0434\u043D\u044F \u0432\u043E\u043F\u0440\u043E\u0441\u043E\u0432 \u0438\u043C\u0435\u0435\u0442\u0441\u044F.",
|
|
3232
|
-
voting: "\u0413\
|
|
3233
|
-
in_participants: "\u043E \u043F\u0440\u0438\u0451\u043C\u0435 \u0432 \u043F\u0430\u0439\u0449\u0438\u043A\u0438",
|
|
3292
|
+
voting: "\u0413\u041E\u041B\u041E\u0421\u041E\u0412\u0410\u041D\u0418\u0415",
|
|
3293
|
+
in_participants: " \u043E \u043F\u0440\u0438\u0451\u043C\u0435 \u0432 \u043F\u0430\u0439\u0449\u0438\u043A\u0438",
|
|
3234
3294
|
decision_joincoop1: "\u0420\u0430\u0441\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435",
|
|
3235
|
-
decision_joincoop2: "\u041F\u0440\u0438\u043D\u044F\u0442\u044C \u043D\u043E\u0432\u043E\u0433\u043E \u043F\u0430\u0439\u0449\u0438\u043A\u0430"
|
|
3295
|
+
decision_joincoop2: "\u041F\u0440\u0438\u043D\u044F\u0442\u044C \u043D\u043E\u0432\u043E\u0433\u043E \u043F\u0430\u0439\u0449\u0438\u043A\u0430",
|
|
3296
|
+
meeting_format_value: "\u0437\u0430\u043E\u0447\u043D\u0430\u044F",
|
|
3297
|
+
agenda_item: "1",
|
|
3298
|
+
votes_for: "\u0417\u0410",
|
|
3299
|
+
votes_against: "\u041F\u0420\u041E\u0422\u0418\u0412",
|
|
3300
|
+
votes_abstained: "\u0412\u041E\u0417\u0414\u0415\u0420\u0416\u0410\u041B\u0421\u042F",
|
|
3301
|
+
decision: "1",
|
|
3302
|
+
question: "\u0412\u043E\u043F\u0440\u043E\u0441",
|
|
3303
|
+
vote_results: "\u041F\u043E \u043F\u0435\u0440\u0432\u043E\u043C\u0443 \u0432\u043E\u043F\u0440\u043E\u0441\u0443 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043F\u0440\u043E\u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043B\u0438:",
|
|
3304
|
+
member_of_the_council: "\u0427\u043B\u0435\u043D \u0441\u043E\u0432\u0435\u0442\u0430"
|
|
3236
3305
|
}
|
|
3237
3306
|
// ... другие переводы
|
|
3238
3307
|
};
|
|
3239
3308
|
|
|
3240
|
-
const index$
|
|
3309
|
+
const index$7 = {
|
|
3241
3310
|
__proto__: null,
|
|
3242
|
-
context: context$
|
|
3243
|
-
description: description$
|
|
3244
|
-
registry_id: registry_id$
|
|
3245
|
-
title: title$
|
|
3246
|
-
translations: translations$
|
|
3311
|
+
context: context$5,
|
|
3312
|
+
description: description$5,
|
|
3313
|
+
registry_id: registry_id$5,
|
|
3314
|
+
title: title$5,
|
|
3315
|
+
translations: translations$5
|
|
3247
3316
|
};
|
|
3248
3317
|
|
|
3249
|
-
const registry_id$
|
|
3250
|
-
const title$
|
|
3251
|
-
const description$
|
|
3252
|
-
const context$
|
|
3318
|
+
const registry_id$4 = 101;
|
|
3319
|
+
const title$4 = "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u043E \u0432\u044B\u0431\u043E\u0440\u0435 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0433\u043E \u0443\u0447\u0430\u0441\u0442\u043A\u0430";
|
|
3320
|
+
const description$4 = "\u0424\u043E\u0440\u043C\u0430 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u043E \u0432\u044B\u0431\u043E\u0440\u0435 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0433\u043E \u0443\u0447\u0430\u0441\u0442\u043A\u0430";
|
|
3321
|
+
const context$4 = `<style>
|
|
3253
3322
|
.digital-document h1 {
|
|
3254
3323
|
margin: 0px;
|
|
3255
3324
|
text-align:center;
|
|
@@ -3263,7 +3332,7 @@ padding-bottom: 20px;
|
|
|
3263
3332
|
<div style="text-align: right; margin:">
|
|
3264
3333
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
3265
3334
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.participant_application.protocol_number }}</p>
|
|
3266
|
-
<p style="margin: 0px !important">{{ coop.
|
|
3335
|
+
<p style="margin: 0px !important">{{ coop.short_name }}</p>
|
|
3267
3336
|
<p style="margin: 0px !important">{% trans 'from' %} {{ vars.participant_application.protocol_day_month_year }}</p>
|
|
3268
3337
|
</div>
|
|
3269
3338
|
|
|
@@ -3300,7 +3369,7 @@ padding-bottom: 20px;
|
|
|
3300
3369
|
|
|
3301
3370
|
{% endif %}
|
|
3302
3371
|
</div>`;
|
|
3303
|
-
const translations$
|
|
3372
|
+
const translations$4 = {
|
|
3304
3373
|
ru: {
|
|
3305
3374
|
from: "\u043E\u0442",
|
|
3306
3375
|
to_council_of: "\u0412 \u0421\u043E\u0432\u0435\u0442",
|
|
@@ -3308,26 +3377,26 @@ const translations$2 = {
|
|
|
3308
3377
|
request_to_join_legal_entity: "\u0417\u0430\u044F\u0432\u0438\u0442\u0435\u043B\u044C, \u0432 \u043B\u0438\u0446\u0435 \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043B\u044F \u044E\u0440\u0438\u0434\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043B\u0438\u0446\u0430 - {0} {1} {2} {3}, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0430\u043D\u0438\u0438 {4}, \u0443\u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u0438\u0432\u0430\u0435\u0442 \u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044F \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0433\u043E \u0443\u0447\u0430\u0441\u0442\u043A\u0430 {5} \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u044F\u0442\u044C \u043C\u043E\u0438 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u044B \u0438 \u043C\u043E\u0439 \u0433\u043E\u043B\u043E\u0441, \u043A\u0430\u043A \u041F\u0430\u0439\u0449\u0438\u043A\u0430 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 \u043D\u0430 \u041E\u0431\u0449\u0438\u0445 \u0421\u043E\u0431\u0440\u0430\u043D\u0438\u044F\u0445 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 \u043F\u043E \u0432\u0441\u0435\u043C \u0432\u043E\u043F\u0440\u043E\u0441\u0430\u043C \u0441 \u043F\u0440\u0430\u0432\u043E\u043C \u043F\u043E\u0434\u043F\u0438\u0441\u0438, \u043A\u0440\u043E\u043C\u0435 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u043F\u0440\u0438\u0447\u0438\u0442\u0430\u044E\u0449\u0435\u0433\u043E\u0441\u044F \u043C\u043D\u0435 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u0438 \u043F\u0430\u0435\u0432\u044B\u0445 \u0432\u0437\u043D\u043E\u0441\u043E\u0432. \u0412\u044B\u0448\u0435\u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0435 \u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u0438\u044F \u043F\u0435\u0440\u0435\u0434\u0430\u044E\u0442\u0441\u044F \u043C\u043D\u043E\u0439 \u0431\u0435\u0441\u0441\u0440\u043E\u0447\u043D\u043E \u043D\u0430 \u0432\u0441\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u043E\u0435\u0433\u043E \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430 \u0432 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0435. ",
|
|
3309
3378
|
signature: "\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E",
|
|
3310
3379
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
3311
|
-
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116
|
|
3380
|
+
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
3312
3381
|
participant_application: "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u0430",
|
|
3313
3382
|
from_participant: "\u043E\u0442 \u043F\u0430\u0439\u0449\u0438\u043A\u0430",
|
|
3314
3383
|
ip: "\u0418\u041F"
|
|
3315
3384
|
}
|
|
3316
3385
|
};
|
|
3317
3386
|
|
|
3318
|
-
const index$
|
|
3387
|
+
const index$6 = {
|
|
3319
3388
|
__proto__: null,
|
|
3320
|
-
context: context$
|
|
3321
|
-
description: description$
|
|
3322
|
-
registry_id: registry_id$
|
|
3323
|
-
title: title$
|
|
3324
|
-
translations: translations$
|
|
3389
|
+
context: context$4,
|
|
3390
|
+
description: description$4,
|
|
3391
|
+
registry_id: registry_id$4,
|
|
3392
|
+
title: title$4,
|
|
3393
|
+
translations: translations$4
|
|
3325
3394
|
};
|
|
3326
3395
|
|
|
3327
|
-
const registry_id$
|
|
3328
|
-
const title$
|
|
3329
|
-
const description$
|
|
3330
|
-
const context$
|
|
3396
|
+
const registry_id$3 = 599;
|
|
3397
|
+
const title$3 = "\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
3398
|
+
const description$3 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
3399
|
+
const context$3 = `<style>
|
|
3331
3400
|
h1 {
|
|
3332
3401
|
margin: 0px;
|
|
3333
3402
|
text-align:center;
|
|
@@ -3364,7 +3433,7 @@ padding-bottom: 20px;
|
|
|
3364
3433
|
<hr>
|
|
3365
3434
|
|
|
3366
3435
|
<div class="signature"><p>{% trans 'signature' %}<p><p>{{ suggester_name}} </p></div></div>`;
|
|
3367
|
-
const translations$
|
|
3436
|
+
const translations$3 = {
|
|
3368
3437
|
ru: {
|
|
3369
3438
|
agenda: "\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0443 \u0434\u043D\u044F",
|
|
3370
3439
|
decision_made: "\u041F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u043E\u0435 \u0440\u0435\u0448\u0435\u043D\u0438\u0435",
|
|
@@ -3375,19 +3444,19 @@ const translations$1 = {
|
|
|
3375
3444
|
// ... другие переводы
|
|
3376
3445
|
};
|
|
3377
3446
|
|
|
3378
|
-
const index$
|
|
3447
|
+
const index$5 = {
|
|
3379
3448
|
__proto__: null,
|
|
3380
|
-
context: context$
|
|
3381
|
-
description: description$
|
|
3382
|
-
registry_id: registry_id$
|
|
3383
|
-
title: title$
|
|
3384
|
-
translations: translations$
|
|
3449
|
+
context: context$3,
|
|
3450
|
+
description: description$3,
|
|
3451
|
+
registry_id: registry_id$3,
|
|
3452
|
+
title: title$3,
|
|
3453
|
+
translations: translations$3
|
|
3385
3454
|
};
|
|
3386
3455
|
|
|
3387
|
-
const registry_id = 600;
|
|
3388
|
-
const title = "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
3389
|
-
const description = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
3390
|
-
const context = `<style>
|
|
3456
|
+
const registry_id$2 = 600;
|
|
3457
|
+
const title$2 = "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
3458
|
+
const description$2 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
3459
|
+
const context$2 = `<style>
|
|
3391
3460
|
h1 {
|
|
3392
3461
|
margin: 0px;
|
|
3393
3462
|
text-align:center;
|
|
@@ -3412,59 +3481,338 @@ white-space: pre-wrap;
|
|
|
3412
3481
|
.subheader {
|
|
3413
3482
|
padding-bottom: 20px;
|
|
3414
3483
|
}
|
|
3484
|
+
table {
|
|
3485
|
+
width: 100%;
|
|
3486
|
+
border-collapse: collapse;
|
|
3487
|
+
}
|
|
3488
|
+
th, td {
|
|
3489
|
+
border: 1px solid #ccc;
|
|
3490
|
+
padding: 8px;
|
|
3491
|
+
text-align: left;
|
|
3492
|
+
word-wrap: break-word;
|
|
3493
|
+
overflow-wrap: break-word;
|
|
3494
|
+
}
|
|
3495
|
+
th {
|
|
3496
|
+
background-color: #f4f4f4;
|
|
3497
|
+
width: 30%;
|
|
3498
|
+
}
|
|
3415
3499
|
</style>
|
|
3416
3500
|
|
|
3417
3501
|
<div class="digital-document"><h1 class="header">{% trans 'protocol_number', decision.id %}</h1>
|
|
3418
|
-
<p style="text-align:center" class="subheader">{% trans 'council_meeting_name' %}
|
|
3419
|
-
{{ coop.full_name }}</p>
|
|
3502
|
+
<p style="text-align:center" class="subheader">{% trans 'council_meeting_name' %} {{vars.full_abbr_genitive}} "{{vars.name}}"</p>
|
|
3420
3503
|
<p style="text-align: right"> {{ meta.created_at }}, {{ coop.city }}</p>
|
|
3421
|
-
<
|
|
3422
|
-
<
|
|
3423
|
-
<
|
|
3424
|
-
<
|
|
3425
|
-
<
|
|
3426
|
-
</
|
|
3504
|
+
<table class="about">
|
|
3505
|
+
<tbody>
|
|
3506
|
+
<tr>
|
|
3507
|
+
<th>{% trans 'meeting_format' %}</th>
|
|
3508
|
+
<td>{% trans 'meeting_format_value' %}</td>
|
|
3509
|
+
</tr>
|
|
3510
|
+
<tr>
|
|
3511
|
+
<th>{% trans 'meeting_place' %}</th>
|
|
3512
|
+
<td>{{ coop.full_address }}</td>
|
|
3513
|
+
</tr>
|
|
3514
|
+
<tr>
|
|
3515
|
+
<th>{% trans 'meeting_date' %}</th>
|
|
3516
|
+
<td>{{ decision.date }}</td>
|
|
3517
|
+
</tr>
|
|
3518
|
+
<tr>
|
|
3519
|
+
<th>{% trans 'opening_time' %}</th>
|
|
3520
|
+
<td>{{ decision.time }}</td>
|
|
3521
|
+
</tr>
|
|
3522
|
+
</tbody>
|
|
3523
|
+
</table>
|
|
3427
3524
|
<h3>{% trans 'council_members' %}</h3>
|
|
3428
|
-
<
|
|
3429
|
-
<
|
|
3525
|
+
<table>
|
|
3526
|
+
<tbody>
|
|
3527
|
+
{% for member in coop.members %}
|
|
3528
|
+
<tr>
|
|
3529
|
+
<th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th>
|
|
3530
|
+
<td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}</td>
|
|
3531
|
+
</tr>
|
|
3430
3532
|
{% endfor %}
|
|
3431
|
-
</
|
|
3533
|
+
</tbody>
|
|
3534
|
+
</table>
|
|
3432
3535
|
<h3>{% trans 'meeting_legality' %} </h3>
|
|
3433
3536
|
<p>{% trans 'voting_results', decision.voters_percent %} {% trans 'quorum' %} {% trans 'chairman_of_the_meeting', coop.chairman.last_name, coop.chairman.first_name, coop.chairman.middle_name %}.</p>
|
|
3434
3537
|
<h3>{% trans 'agenda' %}</h3>
|
|
3435
|
-
<
|
|
3436
|
-
|
|
3538
|
+
<table>
|
|
3539
|
+
<tbody>
|
|
3540
|
+
<tr>
|
|
3541
|
+
<th>\u2116</th>
|
|
3542
|
+
<td>{% trans 'question' %}</td>
|
|
3543
|
+
</tr>
|
|
3544
|
+
<tr>
|
|
3545
|
+
<th>1</th>
|
|
3546
|
+
<td>{{project.question}}</td>
|
|
3547
|
+
</tr>
|
|
3548
|
+
</tbody>
|
|
3549
|
+
</table>
|
|
3437
3550
|
<h3>{% trans 'voting' %}</h3>
|
|
3438
|
-
<p>{% trans 'vote_results'
|
|
3551
|
+
<p>{% trans 'vote_results' %} </p><table>
|
|
3552
|
+
<tbody>
|
|
3553
|
+
<tr>
|
|
3554
|
+
<th>{% trans 'votes_for' %}</th>
|
|
3555
|
+
<td>{{ decision.votes_for }}</td>
|
|
3556
|
+
</tr>
|
|
3557
|
+
<tr>
|
|
3558
|
+
<th>{% trans 'votes_against' %}</th>
|
|
3559
|
+
<td>{{ decision.votes_against }}</td>
|
|
3560
|
+
</tr>
|
|
3561
|
+
<tr>
|
|
3562
|
+
<th>{% trans 'votes_abstained' %}</th>
|
|
3563
|
+
<td>{{ decision.votes_abstained }}</td>
|
|
3564
|
+
</tr>
|
|
3565
|
+
</tbody>
|
|
3566
|
+
</table>
|
|
3439
3567
|
<h3>{% trans 'decision_made' %}</h3>
|
|
3440
|
-
<
|
|
3568
|
+
<table>
|
|
3569
|
+
<tbody>
|
|
3570
|
+
<tr>
|
|
3571
|
+
<th>\u2116</th>
|
|
3572
|
+
<td>{% trans 'decision' %}</td>
|
|
3573
|
+
</tr>
|
|
3574
|
+
<tr>
|
|
3575
|
+
<th>1</th>
|
|
3576
|
+
<td>{{project.decision}}</td>
|
|
3577
|
+
</tr>
|
|
3578
|
+
</tbody>
|
|
3579
|
+
</table>
|
|
3441
3580
|
<hr>
|
|
3442
3581
|
<p>{% trans 'closing_time', decision.time %}</p>
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
<p style="text-align: right;">{% trans 'chairman' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p></div></div>`;
|
|
3447
|
-
const translations = {
|
|
3582
|
+
<div class="signature"><p>{% trans 'signature' %}</p><p>{% trans 'chairman' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p></div></div>
|
|
3583
|
+
`;
|
|
3584
|
+
const translations$2 = {
|
|
3448
3585
|
ru: {
|
|
3449
|
-
meeting_format: "\u0424\u043E\u0440\u043C\u0430
|
|
3450
|
-
meeting_date: "\u0414\u0430\u0442\u0430
|
|
3451
|
-
meeting_place: "\u041C\u0435\u0441\u0442\u043E
|
|
3452
|
-
opening_time: "\u0412\u0440\u0435\u043C\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F
|
|
3453
|
-
council_members: "\u0427\
|
|
3586
|
+
meeting_format: "\u0424\u043E\u0440\u043C\u0430",
|
|
3587
|
+
meeting_date: "\u0414\u0430\u0442\u0430",
|
|
3588
|
+
meeting_place: "\u041C\u0435\u0441\u0442\u043E",
|
|
3589
|
+
opening_time: "\u0412\u0440\u0435\u043C\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F",
|
|
3590
|
+
council_members: "\u0427\u041B\u0415\u041D\u042B \u0421\u041E\u0412\u0415\u0422\u0410",
|
|
3454
3591
|
voting_results: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0433\u043E\u043B\u043E\u0441\u043E\u0432 \u0441\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 {0}% \u043E\u0442 \u043E\u0431\u0449\u0435\u0433\u043E \u0447\u0438\u0441\u043B\u0430 \u0447\u043B\u0435\u043D\u043E\u0432 \u0421\u043E\u0432\u0435\u0442\u0430.",
|
|
3455
|
-
meeting_legality: "\u0421\
|
|
3592
|
+
meeting_legality: "\u0421\u041E\u0411\u0420\u0410\u041D\u0418\u0415 \u041F\u0420\u0410\u0412\u041E\u041C\u041E\u0427\u041D\u041E",
|
|
3456
3593
|
chairman_of_the_meeting: "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430: {0} {1} {2}",
|
|
3457
|
-
agenda: "\u041F\
|
|
3458
|
-
vote_results: "\u041F\u043E \u043F\u0435\u0440\u0432\u043E\u043C\u0443 \u0432\u043E\u043F\u0440\u043E\u0441\u0443 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043F\u0440\u043E\u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043B\u0438:
|
|
3459
|
-
decision_made: "\u0420\
|
|
3594
|
+
agenda: "\u041F\u041E\u0412\u0415\u0421\u0422\u041A\u0410 \u0414\u041D\u042F",
|
|
3595
|
+
vote_results: "\u041F\u043E \u043F\u0435\u0440\u0432\u043E\u043C\u0443 \u0432\u043E\u043F\u0440\u043E\u0441\u0443 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043F\u0440\u043E\u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043B\u0438:",
|
|
3596
|
+
decision_made: "\u0420\u0415\u0428\u0418\u041B\u0418",
|
|
3460
3597
|
closing_time: "\u0412\u0440\u0435\u043C\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430: {0}.",
|
|
3461
|
-
protocol_number: "\u041F\
|
|
3598
|
+
protocol_number: "\u041F\u0420\u041E\u0422\u041E\u041A\u041E\u041B \u2116 {0}",
|
|
3462
3599
|
council_meeting_name: "\u0421\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0421\u043E\u0432\u0435\u0442\u0430",
|
|
3463
|
-
chairman_of_the_council: "
|
|
3600
|
+
chairman_of_the_council: "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0441\u043E\u0432\u0435\u0442\u0430",
|
|
3464
3601
|
signature: "\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E.",
|
|
3465
3602
|
chairman: "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C",
|
|
3466
3603
|
quorum: "\u041A\u0432\u043E\u0440\u0443\u043C \u0434\u043B\u044F \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0445 \u043D\u0430 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0443 \u0434\u043D\u044F \u0432\u043E\u043F\u0440\u043E\u0441\u043E\u0432 \u0438\u043C\u0435\u0435\u0442\u0441\u044F.",
|
|
3467
|
-
voting: "\u0413\
|
|
3604
|
+
voting: "\u0413\u041E\u041B\u041E\u0421\u041E\u0412\u0410\u041D\u0418\u0415",
|
|
3605
|
+
meeting_format_value: "\u0417\u0430\u043E\u0447\u043D\u0430\u044F",
|
|
3606
|
+
member_of_the_council: "\u0427\u043B\u0435\u043D \u0441\u043E\u0432\u0435\u0442\u0430",
|
|
3607
|
+
question: "\u0412\u043E\u043F\u0440\u043E\u0441",
|
|
3608
|
+
votes_for: "\u0417\u0410",
|
|
3609
|
+
votes_against: "\u041F\u0420\u041E\u0422\u0418\u0412",
|
|
3610
|
+
votes_abstained: "\u0412\u041E\u0417\u0414\u0415\u0420\u0416\u0410\u041B\u0421\u042F",
|
|
3611
|
+
decision: "\u0420\u0435\u0448\u0435\u043D\u0438\u0435"
|
|
3612
|
+
}
|
|
3613
|
+
// ... другие переводы
|
|
3614
|
+
};
|
|
3615
|
+
|
|
3616
|
+
const index$4 = {
|
|
3617
|
+
__proto__: null,
|
|
3618
|
+
context: context$2,
|
|
3619
|
+
description: description$2,
|
|
3620
|
+
registry_id: registry_id$2,
|
|
3621
|
+
title: title$2,
|
|
3622
|
+
translations: translations$2
|
|
3623
|
+
};
|
|
3624
|
+
|
|
3625
|
+
const registry_id$1 = 700;
|
|
3626
|
+
const title$1 = "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0430\u0435\u0432\u044B\u0439 \u0432\u0437\u043D\u043E\u0441 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C";
|
|
3627
|
+
const description$1 = "\u0424\u043E\u0440\u043C\u0430 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0430\u0435\u0432\u044B\u0439 \u0432\u0437\u043D\u043E\u0441 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C";
|
|
3628
|
+
const context$1 = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
3629
|
+
<p style="margin: 0px !important">{% trans 'v_soviet' %} {{ vars.full_abbr_genitive}} "{{vars.name}}"</p>
|
|
3630
|
+
<p style="margin: 0px !important">{% trans 'from' %} {{ user.full_name }}</p>
|
|
3631
|
+
</div>
|
|
3632
|
+
<div style="text-align: center">
|
|
3633
|
+
<h1 class="header"> {% trans 'statement' %}</h1>
|
|
3634
|
+
</div>
|
|
3635
|
+
<p>{% trans 'property_contribution', coop.short_name %}</p>
|
|
3636
|
+
<table>
|
|
3637
|
+
<tbody>
|
|
3638
|
+
<tr>
|
|
3639
|
+
<th>\u2116</th>
|
|
3640
|
+
<td>1</td>
|
|
3641
|
+
</tr>
|
|
3642
|
+
<tr>
|
|
3643
|
+
<th>{% trans 'article' %}</th>
|
|
3644
|
+
<td>{{request.hash}}</td>
|
|
3645
|
+
</tr>
|
|
3646
|
+
<tr>
|
|
3647
|
+
<th>{% trans 'asset_title' %}</th>
|
|
3648
|
+
<td>{{request.title}}</td>
|
|
3649
|
+
</tr>
|
|
3650
|
+
<tr>
|
|
3651
|
+
<th>{% trans 'form_of_asset' %}</th>
|
|
3652
|
+
<td>{% trans 'form_of_asset_type' %}</td>
|
|
3653
|
+
</tr>
|
|
3654
|
+
<tr>
|
|
3655
|
+
<th>{% trans 'unit_of_measurement' %}</th>
|
|
3656
|
+
<td>{{ request.unit_of_measurement}}</td>
|
|
3657
|
+
</tr>
|
|
3658
|
+
<tr>
|
|
3659
|
+
<th>{% trans 'units' %} </th>
|
|
3660
|
+
<td>{{ request.units }}</td>
|
|
3661
|
+
</tr>
|
|
3662
|
+
<tr>
|
|
3663
|
+
<th>{% trans 'unit_cost', currency %}</th>
|
|
3664
|
+
<td>{{ request.unit_cost }}</td>
|
|
3665
|
+
</tr>
|
|
3666
|
+
<tr>
|
|
3667
|
+
<th>{% trans 'total_cost', currency %}</th>
|
|
3668
|
+
<td>{{ request.total_cost }}</td>
|
|
3669
|
+
</tr>
|
|
3670
|
+
</tbody>
|
|
3671
|
+
</table>
|
|
3672
|
+
<p>{% trans 'i_confirm' %}</p>
|
|
3673
|
+
|
|
3674
|
+
<p>{% trans 'signature' %}</p>
|
|
3675
|
+
<p>{{ user.full_name }}</p>
|
|
3676
|
+
<p>{{ meta.created_at }}</p>
|
|
3677
|
+
|
|
3678
|
+
<style>
|
|
3679
|
+
.digital-document {
|
|
3680
|
+
padding: 20px;
|
|
3681
|
+
white-space: pre-wrap;
|
|
3682
|
+
};
|
|
3683
|
+
table {
|
|
3684
|
+
width: 100%;
|
|
3685
|
+
border-collapse: collapse;
|
|
3686
|
+
}
|
|
3687
|
+
th, td {
|
|
3688
|
+
border: 1px solid #ccc;
|
|
3689
|
+
padding: 8px;
|
|
3690
|
+
text-align: left;
|
|
3691
|
+
word-wrap: break-word;
|
|
3692
|
+
overflow-wrap: break-word;
|
|
3693
|
+
}
|
|
3694
|
+
|
|
3695
|
+
th {
|
|
3696
|
+
background-color: #f4f4f4;
|
|
3697
|
+
width: 30%;
|
|
3698
|
+
}
|
|
3699
|
+
</style>
|
|
3700
|
+
`;
|
|
3701
|
+
const translations$1 = {
|
|
3702
|
+
ru: {
|
|
3703
|
+
from: "\u043E\u0442",
|
|
3704
|
+
v_soviet: "\u0412 \u0421\u043E\u0432\u0435\u0442",
|
|
3705
|
+
statement: "\u0417\u0410\u042F\u0412\u041B\u0415\u041D\u0418\u0415",
|
|
3706
|
+
property_contribution: "\u041F\u0440\u043E\u0448\u0443 \u043F\u0440\u0438\u043D\u044F\u0442\u044C \u043E\u0442 \u043C\u0435\u043D\u044F \u043F\u0430\u0435\u0432\u043E\u0439 \u0432\u0437\u043D\u043E\u0441 \u0432 {0} \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u043C \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C \u043F\u043E \u0430\u043A\u0442\u0443 \u043F\u0440\u0438\u0451\u043C\u0430-\u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438:",
|
|
3707
|
+
i_confirm: "\u042F \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044E, \u0447\u0442\u043E \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u044F \u0432\u043D\u043E\u0448\u0443 \u043F\u0430\u0435\u0432\u044B\u043C \u0432\u0437\u043D\u043E\u0441\u043E\u043C \u0432 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432, \u043F\u0440\u0438\u043D\u0430\u0434\u043B\u0435\u0436\u0438\u0442 \u043C\u043D\u0435 \u043D\u0430 \u043F\u0440\u0430\u0432\u0435 \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u043D\u043E\u0441\u0442\u0438, \u0432 \u0441\u043F\u043E\u0440\u0435 \u0438 \u043F\u043E\u0434 \u0430\u0440\u0435\u0441\u0442\u043E\u043C \u043D\u0435 \u0441\u043E\u0441\u0442\u043E\u0438\u0442.",
|
|
3708
|
+
signature: "\u041F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E.",
|
|
3709
|
+
unit_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0435\u0434\u0438\u043D\u0438\u0446\u044B, {0}",
|
|
3710
|
+
total_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0412\u0441\u0435\u0433\u043E, {0}",
|
|
3711
|
+
unit_of_measurement: "\u0415\u0434\u0438\u043D\u0438\u0446\u044B \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F",
|
|
3712
|
+
article: "\u0410\u0440\u0442\u0438\u043A\u0443\u043B",
|
|
3713
|
+
asset_title: "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435/\u0420\u0435\u043A\u0432\u0438\u0437\u0438\u0442\u044B",
|
|
3714
|
+
form_of_asset: "\u0424\u043E\u0440\u043C\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430",
|
|
3715
|
+
units: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E",
|
|
3716
|
+
form_of_asset_type: "\u041C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u044C\u043D\u0430\u044F"
|
|
3717
|
+
}
|
|
3718
|
+
// ... другие переводы
|
|
3719
|
+
};
|
|
3720
|
+
|
|
3721
|
+
const index$3 = {
|
|
3722
|
+
__proto__: null,
|
|
3723
|
+
context: context$1,
|
|
3724
|
+
description: description$1,
|
|
3725
|
+
registry_id: registry_id$1,
|
|
3726
|
+
title: title$1,
|
|
3727
|
+
translations: translations$1
|
|
3728
|
+
};
|
|
3729
|
+
|
|
3730
|
+
const registry_id = 800;
|
|
3731
|
+
const title = "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0442 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C";
|
|
3732
|
+
const description = "\u0424\u043E\u0440\u043C\u0430 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F \u043D\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0442 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C";
|
|
3733
|
+
const context = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
3734
|
+
<p style="margin: 0px !important">{% trans 'v_soviet' %} {{ vars.full_abbr_genitive}} "{{vars.name}}"</p>
|
|
3735
|
+
<p style="margin: 0px !important">{% trans 'from' %} {{ user.full_name }}</p>
|
|
3736
|
+
</div>
|
|
3737
|
+
<div style="text-align: center">
|
|
3738
|
+
<h1 class="header"> {% trans 'statement' %}</h1>
|
|
3739
|
+
</div>
|
|
3740
|
+
<p>{% trans 'property_contribution', coop.short_name %}</p>
|
|
3741
|
+
<table>
|
|
3742
|
+
<tbody>
|
|
3743
|
+
<tr>
|
|
3744
|
+
<th>\u2116 \u043F/\u043F</th>
|
|
3745
|
+
<td>1</td>
|
|
3746
|
+
</tr>
|
|
3747
|
+
<tr>
|
|
3748
|
+
<th>\u0410\u0440\u0442\u0438\u043A\u0443\u043B</th>
|
|
3749
|
+
<td>{{request.hash}}</td>
|
|
3750
|
+
</tr>
|
|
3751
|
+
<tr>
|
|
3752
|
+
<th>\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435/\u0420\u0435\u043A\u0432\u0438\u0437\u0438\u0442\u044B</th>
|
|
3753
|
+
<td>{{request.title}}</td>
|
|
3754
|
+
</tr>
|
|
3755
|
+
<tr>
|
|
3756
|
+
<th>\u0424\u043E\u0440\u043C\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430</th>
|
|
3757
|
+
<td>{{ request.type }}</td>
|
|
3758
|
+
</tr>
|
|
3759
|
+
<tr>
|
|
3760
|
+
<th>\u0415\u0434\u0438\u043D\u0438\u0446\u044B \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F</th>
|
|
3761
|
+
<td>{{ request.unit_of_measurement}}</td>
|
|
3762
|
+
</tr>
|
|
3763
|
+
<tr>
|
|
3764
|
+
<th>\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E</th>
|
|
3765
|
+
<td>{{ request.units }}</td>
|
|
3766
|
+
</tr>
|
|
3767
|
+
<tr>
|
|
3768
|
+
<th>{% trans 'unit_cost', request.currency %}</th>
|
|
3769
|
+
<td>{{ request.unit_cost }}</td>
|
|
3770
|
+
</tr>
|
|
3771
|
+
<tr>
|
|
3772
|
+
<th>{% trans 'total_cost', request.currency %}</th>
|
|
3773
|
+
<td>{{ request.total_cost }}</td>
|
|
3774
|
+
</tr>
|
|
3775
|
+
</tbody>
|
|
3776
|
+
</table>
|
|
3777
|
+
<p>{% trans 'i_confirm' %}</p>
|
|
3778
|
+
|
|
3779
|
+
<p>{% trans 'signature' %}</p>
|
|
3780
|
+
<p>{{ user.full_name }}</p>
|
|
3781
|
+
<p>{{ meta.created_at }}</p>
|
|
3782
|
+
|
|
3783
|
+
<style>
|
|
3784
|
+
.digital-document {
|
|
3785
|
+
padding: 20px;
|
|
3786
|
+
white-space: pre-wrap;
|
|
3787
|
+
};
|
|
3788
|
+
table {
|
|
3789
|
+
width: 100%;
|
|
3790
|
+
border-collapse: collapse;
|
|
3791
|
+
}
|
|
3792
|
+
th, td {
|
|
3793
|
+
border: 1px solid #ccc;
|
|
3794
|
+
padding: 8px;
|
|
3795
|
+
text-align: left;
|
|
3796
|
+
word-wrap: break-word;
|
|
3797
|
+
overflow-wrap: break-word;
|
|
3798
|
+
}
|
|
3799
|
+
th {
|
|
3800
|
+
background-color: #f4f4f4;
|
|
3801
|
+
width: 30%;
|
|
3802
|
+
}
|
|
3803
|
+
</style>
|
|
3804
|
+
|
|
3805
|
+
`;
|
|
3806
|
+
const translations = {
|
|
3807
|
+
ru: {
|
|
3808
|
+
from: "\u043E\u0442",
|
|
3809
|
+
v_soviet: "\u0412 \u0421\u043E\u0432\u0435\u0442",
|
|
3810
|
+
statement: "\u0417\u0410\u042F\u0412\u041B\u0415\u041D\u0418\u0415",
|
|
3811
|
+
property_contribution: "\u041F\u0440\u043E\u0448\u0443 \u0432\u043E\u0437\u0432\u0440\u0430\u0442\u0438\u0442\u044C \u043F\u0440\u0438\u043D\u0430\u0434\u043B\u0435\u0436\u0430\u0449\u0438\u0439 \u043C\u043D\u0435 \u043F\u0430\u0435\u0432\u043E\u0439 \u0432\u0437\u043D\u043E\u0441 \u0432 {0} \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435\u043C \u043D\u043E\u0432\u0430\u0446\u0438\u0438 \u0432 \u0432\u0438\u0434\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430:",
|
|
3812
|
+
i_confirm: "\u042F \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044E, \u0447\u0442\u043E \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u044F \u0432\u043D\u043E\u0448\u0443 \u043F\u0430\u0435\u0432\u044B\u043C \u0432\u0437\u043D\u043E\u0441\u043E\u043C \u0432 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432, \u043F\u0440\u0438\u043D\u0430\u0434\u043B\u0435\u0436\u0438\u0442 \u043C\u043D\u0435 \u043D\u0430 \u043F\u0440\u0430\u0432\u0435 \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u043D\u043E\u0441\u0442\u0438, \u0432 \u0441\u043F\u043E\u0440\u0435 \u0438 \u043F\u043E\u0434 \u0430\u0440\u0435\u0441\u0442\u043E\u043C \u043D\u0435 \u0441\u043E\u0441\u0442\u043E\u0438\u0442.",
|
|
3813
|
+
signature: "\u041F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E.",
|
|
3814
|
+
unit_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0435\u0434\u0438\u043D\u0438\u0446\u044B, {0}",
|
|
3815
|
+
total_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0412\u0441\u0435\u0433\u043E, {0}"
|
|
3468
3816
|
}
|
|
3469
3817
|
// ... другие переводы
|
|
3470
3818
|
};
|
|
@@ -3480,38 +3828,40 @@ const index$2 = {
|
|
|
3480
3828
|
|
|
3481
3829
|
const index$1 = {
|
|
3482
3830
|
__proto__: null,
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3831
|
+
AssetContributionStatement: index$3,
|
|
3832
|
+
CoopenomicsAgreement: index$9,
|
|
3833
|
+
DecisionOfParticipantApplication: index$7,
|
|
3834
|
+
FreeDecision: index$4,
|
|
3835
|
+
ParticipantApplication: index$8,
|
|
3836
|
+
PrivacyPolicy: index$b,
|
|
3837
|
+
ProjectFreeDecision: index$5,
|
|
3838
|
+
RegulationElectronicSignature: index$c,
|
|
3839
|
+
ReturnByAssetStatement: index$2,
|
|
3840
|
+
SelectBranchStatement: index$6,
|
|
3841
|
+
UserAgreement: index$a,
|
|
3842
|
+
WalletAgreement: index$d
|
|
3493
3843
|
};
|
|
3494
3844
|
|
|
3495
3845
|
const index = {
|
|
3496
3846
|
__proto__: null,
|
|
3497
|
-
Blockchain: index$
|
|
3498
|
-
Document: index$
|
|
3499
|
-
Model: index$
|
|
3500
|
-
Payments: index$
|
|
3847
|
+
Blockchain: index$g,
|
|
3848
|
+
Document: index$i,
|
|
3849
|
+
Model: index$f,
|
|
3850
|
+
Payments: index$e,
|
|
3501
3851
|
Registry: index$1,
|
|
3502
|
-
Users: index$
|
|
3852
|
+
Users: index$h
|
|
3503
3853
|
};
|
|
3504
3854
|
|
|
3505
|
-
exports.BranchContract = index$
|
|
3855
|
+
exports.BranchContract = index$S;
|
|
3506
3856
|
exports.Cooperative = index;
|
|
3507
|
-
exports.DraftContract = index$
|
|
3508
|
-
exports.FundContract = index$
|
|
3509
|
-
exports.GatewayContract = index$
|
|
3510
|
-
exports.MarketContract = index$
|
|
3511
|
-
exports.MsigContract = index$
|
|
3512
|
-
exports.RegistratorContract = index$
|
|
3513
|
-
exports.SovietContract = index$
|
|
3514
|
-
exports.SystemContract = index$
|
|
3515
|
-
exports.TokenContract = index$
|
|
3516
|
-
exports.WrapContract = index$
|
|
3517
|
-
exports._Common = index$
|
|
3857
|
+
exports.DraftContract = index$V;
|
|
3858
|
+
exports.FundContract = index$P;
|
|
3859
|
+
exports.GatewayContract = index$M;
|
|
3860
|
+
exports.MarketContract = index$r;
|
|
3861
|
+
exports.MsigContract = index$o;
|
|
3862
|
+
exports.RegistratorContract = index$J;
|
|
3863
|
+
exports.SovietContract = index$u;
|
|
3864
|
+
exports.SystemContract = index$j;
|
|
3865
|
+
exports.TokenContract = index$G;
|
|
3866
|
+
exports.WrapContract = index$m;
|
|
3867
|
+
exports._Common = index$Y;
|