Refresh Change params
{% for application in applications %}
{{application.title}}

{{ application.title[0:10]}}
{{ application.title[10:]|truncate(10, True)}}

{% else %} {% if error %} Error {{error.response.status_code}} {% if error.response.reason %}({{error.response.reason}}){% endif %}.
Send report {% else %} No applications are suggested for user with submitted parameters. {% endif %} {% endfor %}