{% extends 'admin/base.html' %} {% block _title %}{{ _('Information') }}{% endblock %} {% set info_link = 'active' %} {% block _content %}
{{ _('Essential information about your {} instance').format(const.appName) }}
{{ _('Title of this {} instance').format(const.appName) }}
{{ _('Description of this {} instance').format(const.appName) }}
{{ _('Rules of this {} instance').format(const.appName) }}
{{ _("Image that's going to be used in a link preview") }}
{{ _('Full URL to homepage of this {} instance without a trailing slash').format(const.appName) }}