{% 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 %}
{% trans %}Custom URL creation failed:{% endtrans %} {{ msg }}
{% elif submitted and success %}
{% trans %}Custom URL created successfully{% endtrans %}
{% 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 %}