{% extends 'core/base.html' %} {% load i18n material_form %} {% block page_title %}{% blocktrans %}You have a question?{% endblocktrans %}{% endblock page_title %} {% block browser_title %}{% trans "Ask Question" %}{% endblock browser_title %} {% block content %}
{% blocktrans %} You have a question about AlekSIS and didn't find the answer to your question in the FAQ? Then you can ask us your question here: {% endblocktrans %}
{% endblock %}