{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "My Services" %} - {{ user.username }}{% endblock %} {% block content %}

{% trans 'Creation of your service' %}

{% csrf_token %}
{% trans 'Select the service you want to add' %} {{ form.non_field_errors }}
{{ form.name.errors }}
{{ form.name }}
{% endblock %}