{% extends "base.html" %} {% load admin_static %} {% load i18n %} {% block title %} OQMD | The Open Quantum Materials Database {% endblock %} {% block branding %} New logo {% endblock %} {% block global-warning %} {% if global_warnings %} {% for message in global_warnings %} Warning: {{ message.value }}
{% endfor %} {% endif %} {% endblock %} {% block global-info %} {% if global_info %} {% for message in global_info %} Notice: {{ message.value }}
{% endfor %} {% endif %} {% endblock %} {% block auth %} {% if user.is_authenticated %} Welcome, {{ user.username }}.
{% endif %} {% endblock %} {% block nav-global %} {% endblock %} {% block footer %}
Contact us by e-mail
If you are using any results from this website, please reference this work as shown here
{% endblock %}