{% extends '/uniqskills/layout_order.html.twig' %}
{% block content %}
<div class="registrationForm">
<div class="container">
<div class="registrationForm-content">
<div class="formContent">
<h2 class="formTitle">
{{ 'uniqskills.error.404.title' | trans }}
</h2>
<p class="fm-form-text">
{{ 'uniqskills.error.404.body' | trans }}
</p>
<a href="{{ path('fmUniqskillsHomePage', {'_locale': locale}) }}"
class="button button-blueBackground button--centered">
{{ 'uniqskills.menu.homePage' | trans }}
</a>
{% if app.request.headers.get('referer') is not empty %}
<a href="{{ app.request.headers.get('referer') }}"
class="button button-blueBackground button--centered">
{{ 'uniqskills.error.back' | trans }}
</a>
{% endif %}
</div>
</div>
</div>
</div>
{% endblock %}