{% extends "tpl_main.html" %}{% load staticfiles %}{% load url from future %}{% load i18n %}{% load bootstrap3 %} {% block body %}

{{ title }}

{% if rw_form %}

{% trans 'My rewritten URLs' %}

{% trans 'Add a new URL to rewrite' %}

{% trans 'This URL will be rewritten in all HTML, CSS and JS files.' %}

{% csrf_token %} {% bootstrap_form rw_form %} {% buttons %} {% endbuttons %}
{% endif %}
{% endblock %}