{% extends "base.html" %} {% block navbar_start %} {{ gettext("My basic services") }} {% endblock %} {% block content %}

{{ gettext("Create basic service") }}

{{ "exclamation-triangle"|icon }}

{{ gettext("A note on data protection: If you create a basic service, your name and email address will be visible to other registered users of this app so they can contact you.") }}

{{ form.name(class_="input is-large") }}
{{ form.description(class_="textarea is-large") }}
{% endblock %}