{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Resize Share" %}{% endblock %} {% block main %} {% include 'project/shares/_resize.html' %} {% endblock %}