{% extends "includes/forms.html" %} {% macro some_html_tip() %}
{# L10n: {0} is a list of HTML tags. #} {{ _('Some HTML supported.') }}
{% endmacro %} {% macro empty_unless(truthy) %} {% if truthy %} {{ caller() }} {% else %} {{ _('None') }} {% endif %} {% endmacro %} {% macro flags(text, element, editable, alt_text=False) %} {% if editable %}