{% extends 'layout.html' %} {% macro atoms() %} {% if d.numbers|length %}
 {% endif %}
    {% endif %}
    | # | symbol | x | y | z | 
|---|---|---|---|---|
| {{ f[0] }} | {{ f[1] }} | {{ f[2] }} | {{ f[3] }} | {{ f[4] }} | 
| Axis | x | y | z | Periodic | 
|---|---|---|---|---|
| {{ loop.index }}{% for a in axis %} | {{ a }}{% endfor %} | {{ d.pbc[loop.index0] }} | 
| Lengths:{% for L in s.lengths %} | {{ L }}{% endfor %} | 
| Angles:{% for a in s.angles %} | {{ a }}{% endfor %} | 
| {{ subtitle }} | Value | Unit | 
|---|---|---|
| {{ key }} | {{ value|safe }} | {{ unit|safe }} |