{% 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 %}
{{ render_username(user) }} | {% if community_membership(user, community) != SUBSCRIPTION_MODERATOR %} {{ _('Add') }} {% else %} {{ _('Already a moderator') }} {% endif %} |
{{ _('Only local accounts can be added as moderators.') }}
{% endif -%}