Covivo/mobicoop

View on GitHub
client/src/MobicoopBundle/Resources/views/community/community-get-widget.html.twig

Summary

Maintainability
Test Coverage
{# @var community \Mobicoop\Bundle\MobicoopBundle\Community\Entity\Community #}
{% extends '@Mobicoop/base.html.twig' %}

{% block title %}{% trans from 'ui' %}communities.widget.title{% endtrans %}{% endblock %}
{% block main %}
    <community-get-widget
        :community="{{ community|json_encode }}"
    ></community-get-widget>
{% endblock %}