{% extends "newbase.html" %} {% block title %}Contact Us{% endblock title %} {% block main %}
  • Contact us through email

    {% if form.errors %}

    Please correct the error{{ form.errors|pluralize }} below.

    {% endif %}
    {% csrf_token %}

    {{ form.as_table }}

  • Bug reporting, feature requests

    Bug reports and feature requests can be done through our BitBucket page. Please check on the following link if your bug or issue is a known one. Feel free to file any feature request.

    • BitBucket Issue list (click here to go report an issue or request a feature)

  • Rowsandall s.r.o.

    Rowsandall s.r.o.
    Nové sady 988/2
    602 00 Brno
    Czech Republic
    IČ: 070 48 572
    DIČ: CZ 070 48 572 (Nejsme plátce DPH)
    Datová schránka: 7897syr
    Email: info@rowsandall.com
    The company is registered in the business register at the Regional Court in Brno (Společnost je zapsána v obchodním rejstříku vedeném u Krajského soudu v Brně, oddíl C, vložka 105845)

{% endblock %} {% block sidebar %} {% include 'menu_help.html' %} {% endblock %}