{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') -%} {% extends 'themes/' + theme() + '/base.html' %} {% else -%} {% extends "base.html" %} {% endif -%} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('Edit note for "%(user_name)s"', user_name=user.display_name()) }}
{{ _('Emoji quick access') }}
{{ render_form(form) }} {% if return_to -%}

{{ _('Back') }} {% endif -%}
{{ _('This note appears next to their username. It\'s meant just for you and not displayed to anyone else.') }}
{% endblock %}