{% extends "base.html" %} {% load staticfiles %} {% load i18n %} {% block js_import %} {{block.super}} {% endblock js_import %} {% block css_import %} {% endblock css_import %} {% block navbar %} {% endblock navbar %} {% block main_content %}

{% trans "The Renkan server has reported an error" %}

{% trans "The Renkan graph you are trying to edit is currently being edited by another user. We advise you to reload the page." %}

{% trans "There was an error with the graph data sent to the Renkan server. If the problem persists after a page reload, please contact an administrator. Error message was : " %}

{% trans "You don't have the permission to edit this Renkan graph." %}

{% trans "The Renkan graph you are trying to edit or view doesn't exist" %}

{% trans "There was an error with the Renkan server. If the problem persists after a page reload, please contact an administrator. The error message was : " %}

{% endblock main_content %}