{{ form_widget(form.title, {'attr': {'class': 'form-control' }}
) }}
{% if content is defined %}
{% if content.id is defined and content.id != "" %}
Original:
{{ pageOriginTitle }}
{% endif %}
{% endif %}
{% if content is defined %}
{% if content.link is defined and content.link != "" %}