{% set data = data['NATURAL POPULATIONS: Natural atomic orbital occupancies']%}
Number of records: {{ records|length }}
{# add table for each record #}NAO | Atom | No | lang | Type(AO) | Occupancy | Energy |
---|---|---|---|---|---|---|
{{ record['NAO'] }} | {{ record['Atom'] }} | {{ record['No'] }} | {{ record['lang'] }} | {{ record['Type(AO)'] }} | {{ record['Occupancy'] }} | {{ record['Energy'] }} |