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