{% extends "base.html" %} {% load i18n %} {% block content %} {% if invalid %} {% endif %} {% if error %} {% endif %} {% if success %} {% endif %}

{% trans 'Insert your new Remote Procedure Call for user:' %}{{user}} {% trans 'and station:' %}{{slug}}

{% csrf_token %} {{ form.as_p }}
{% endblock %}