{% extends '@Mobicoop/base.html.twig' %}
{% block title %}
{% if type == "origin" %}
{% trans with {'CityA': origin} from 'meta' %}meta.journeyResultsFrom.title{% endtrans %} | {{ app_name }}
{% else %}
{% trans with {'CityB': destination} from 'meta' %}meta.journeyResultsTo.title{% endtrans %} | {{ app_name }}
{% endif %}
{% endblock %}
{% block desc %}
{% if type == "origin" %}
{% trans with {'CityA': origin} from 'meta' %}meta.journeyResultsFrom.description{% endtrans %}
{% else %}
{% trans with {'CityB': destination} from 'meta' %}meta.journeyResultsTo.description{% endtrans %}
{% endif %}
{% endblock %}
{% block stylesheets %}
{% endblock %}
{% block main %}
{% endblock %}