{% extends "base.html" %} {% load i18n %} {% block content %}

UNRES server: ab initio simulations of protein structure
and dynamics by using the coarse-grained UNRES model.

Run a single job without login.

  • {% csrf_token %}

  • {% if user.is_anonymous %} Register/login to run and save multiple jobs (optional).
    {% csrf_token %} {{ form.as_p }}

    {% trans "Forgot password" %}? {% trans "Reset it" %}!

    {% trans "Not member" %}? {% trans "Register" %}!

    {% endif %}
    {% endblock %}