{% extends "withoutnav_template.html" %} {% from "components/radios.html" import radios %} {% from "components/textbox.html" import textbox %} {% from "components/page-header.html" import page_header %} {% from "components/page-footer.html" import page_footer %} {% from "components/form.html" import form_wrapper %} {% block per_page_title %} About your service {% endblock %} {% block maincolumn_content %}
Give your service a name that tells users what your messages are about, as well as who they’re from. For example:
You should only use an acronym if your users are already familiar with it.
{% call form_wrapper() %} {{ textbox(form.name, hint="You can change this later") }} {{ page_footer('Add service') }} {% endcall %}