{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block content %} {% if object.description %}{{object.description|linebreaks}}{% endif %}
{% trans 'Label' %} | {% trans 'Price' %} | {% trans 'Description' %} | {% trans 'Payment required' %} | |
---|---|---|---|---|
{{destination.text}} | {{destination.price}} | {{destination.description}} | {{destination.paymentrequired}} |
{% trans 'Add new destination' %}
{% trans 'Label' %} | {% trans 'Price' %} | {% trans 'Description' %} | |
---|---|---|---|
{{motivation.text}} | {{motivation.price}} | {{motivation.description}} |