We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28191b commit 95c1f7fCopy full SHA for 95c1f7f
1 file changed
ckanext/datavic_odp_theme/templates/package/snippets/dictionary_table.html
@@ -0,0 +1,6 @@
1
+<tr>
2
+ <td>{{ field.id }}</td>
3
+ <td>{{ field.type }}</td>
4
+ <td>{{ h.get_translated(field.get('info', {}), 'label') }}</td>
5
+ <td>{{ h.render_markdown(h.get_translated(field.get('info', {}), 'notes')) }}</td>
6
+</tr>
0 commit comments