{% extends "ohlhafv:base.html" %} {% load bootstrap3 %} {% load i18n %} {% block navigation %} {% include "ohlhafv:navigation.html" %} {% endblock %} {% block content %}

{% trans "Challenge your foe(s) to combat!" %}

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock content %}