You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: start/templates/start/front.html
+19-16Lines changed: 19 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,13 @@
13
13
{% endblock %}
14
14
15
15
{% block breadcrumbs %}
16
-
<ul>
17
-
<li><ahref="/admin">Home</a></li>
18
-
<li>FrontPage</li>
19
-
</ul>
16
+
<divclass="breadcrumb">
17
+
<ul>
18
+
<li><ahref="/admin">Home</a></li>
19
+
<li>FrontPage</li>
20
+
</ul>
21
+
</div>
22
+
20
23
{% endblock %}
21
24
22
25
@@ -28,9 +31,8 @@ <h3>Welcome to openNPL</h3>
28
31
</div>
29
32
<divclass="card-body">
30
33
<p>
31
-
openNPL is an open source platform for the management of non-performing loans. It implements detailed European Banking Authority and US Fannie Mae (Data Dynamics) loan templates for NPL data. Click on <ahref="/admin">Home</a>to get started!
34
+
<b>openNPL</b> is an open source platform for the management of non-performing loans. It implements both detailed European Banking Authority and US Fannie Mae (Data Dynamics) loan templates for NPL data. Click on <ahref="/admin">Home</a>to get started!
32
35
</p>
33
-
34
36
</div>
35
37
</div>
36
38
@@ -39,7 +41,8 @@ <h3>Welcome to openNPL</h3>
39
41
<h3>The challenge of Non-Performing Loans</h3>
40
42
</div>
41
43
<divclass="card-body">
42
-
<p>Non-Performing loans is a serious and ongoing issue that affects many economies. Developing tools and methodologies that will reduce the burden and improve the ability to manage problem loans is thus an important objective. For more background and previous work see the <ahref="https://www.openriskmanagement.com/opennpl-open-source-npl-platform-first-release/">Open Risk Blog Post</a>.</p>
44
+
<p>Non-Performing loans is a serious and ongoing issue that affects many economies. Developing open source tools and methodologies that will reduce the burden and improve the ability to manage problem loans is thus an important objective. For more background and previous work see the <ahref="https://www.openriskmanagement.com/opennpl-open-source-npl-platform-first-release/">Open
45
+
Risk Blog Post</a>.</p>
43
46
</div>
44
47
</div>
45
48
@@ -65,18 +68,18 @@ <h2>What exactly is openNPL?</h2>
65
68
66
69
<tbody>
67
70
<tr>
68
-
<td>A user can log-in into the application with their credentials</td>
71
+
<td>A user can log-in into the application with their credentials.</td>
69
72
</tr>
70
73
<tr>
71
74
<td>Inspect the available data sets (tables or relations) that capture the EBA Template
72
-
recommendations
75
+
recommendations.
73
76
</td>
74
77
</tr>
75
78
<tr>
76
-
<td>Insert, Update or Delete records (e.g. new counterparty or loan data)</td>
79
+
<td>Insert, Update or Delete records (e.g. new counterparty or loan data).</td>
77
80
</tr>
78
81
<tr>
79
-
<td>Consult the documentation as to the meaning and requirements of each data element</td>
82
+
<td>Consult the documentation as to the meaning and requirements of each data element.</td>
80
83
</tr>
81
84
</tbody>
82
85
</table>
@@ -90,10 +93,10 @@ <h2>What exactly is openNPL?</h2>
90
93
91
94
<tbody>
92
95
<tr>
93
-
<td>An administrator can create users and user groups and assign permissions</td>
96
+
<td>An administrator can create users and user groups and assign permissions.</td>
94
97
</tr>
95
98
<tr>
96
-
<td>Perform bulk insertion or deletion of data sets</td>
99
+
<td>Perform bulk insertion or deletion of data sets.</td>
97
100
</tr>
98
101
</tbody>
99
102
</table>
@@ -107,10 +110,10 @@ <h2>What exactly is openNPL?</h2>
107
110
108
111
<tbody>
109
112
<tr>
110
-
<td>openNPL is based on the well known and loved Python web framework Django</td>
113
+
<td>openNPL is based on the well known and loved Python web framework Django.</td>
111
114
</tr>
112
115
<tr>
113
-
<td>Developers can customize and adapt the platform in unlimited ways</td>
116
+
<td>Developers can customize and adapt the platform in unlimited ways.</td>
114
117
</tr>
115
118
</tbody>
116
119
</table>
@@ -128,6 +131,6 @@ <h2>Join the openNPL community</h2>
0 commit comments