{% extends 'layout/base.html' %} {% block page_class %}fixed-width-standalone-text-page{% endblock %} {% block title -%} {% trans %}Create custom shortcut{% endtrans %} {%- endblock %} {% block content -%} {% if submitted and not success %}
{% elif submitted and success %} {% endif %}{% trans %}Creating a custom shortcut for the following URL:{% endtrans %}
{% trans %}Please enter the desired shortcut below (at least 5 chars).{% endtrans %}
{% if submitted and success and shorturl %} {% endif %} {%- endblock %}