{% extends "base_site.html" %} {% load static %} {% block extrastyle %} {% endblock %} {% block title %}Operation: {{ operation.id }}{% endblock %} {% block content %}

Operation: {{operation}}

Spacegroups possessing this symmetry

{% for spg in operation.spacegroup_set.all %} {% endfor %}
International symbol Number
{{spg.symbol}} {{spg.number}}
{% endblock %}