{% extends "base.html" %} {% block content %} {% if mollist.has_previous %} {% else %}
Number of molecules: {{ofmols}}
{% endif %} {% for mol in mollist %}

{{mol.name}}

{% endfor %}
{% endblock %}