{% extends "updoc/base.html" %}{% load staticfiles i18n bootstrap3 %} {% block content %}

{{ title }}

{% if rw_form %}

{% trans 'My rewritten URLs' %}

{% if perms.updoc.add_uploaddoc %}

{% 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 %}
{% endif %}
{% endblock %}