{% extends "dashboard/base.html" %}{% load i18n %}{% block title-page %}{% trans "Support" %}{% endblock %}{% block content %}<divclass="row"><divclass="col-lg-8 col-lg-offset-2"><divclass="page-header"><h1>{% trans "Support" %}</h1></div><divclass="panel panel-default"><divclass="panel-body"> {% blocktrans %} CIRCLE Cloud is an open source cloud solution. If you notice any bugs or you have an idea for a feature please contact the maintainer of the site. {% endblocktrans %}</div></div></div></div>{% endblock %}