Covivo/mobicoop

View on GitHub
client/src/MobicoopBundle/Resources/views/assistiveDevices/incentive-details.html.twig

Summary

Maintainability
Test Coverage
{% extends '@Mobicoop/base.html.twig' %}

{% block title %}
    {% trans from 'ui' %}incentives.details.title{% endtrans %} - {{ app_name }}
{% endblock %}

{% block main %}
    <incentive
        :incentive="{{ incentive | json_encode }}"
    ></incentive>
{% endblock %}