{% extends "@ChillMain/layout.html.twig" %}
{% block title 'Update third party %name%'|trans({ '%name%': thirdParty.name }) %}
{% block content %}
{{ 'Update third party %name%'|trans({ '%name%': thirdParty.name }) }}
{{ (thirdParty.active ? 'Active, shown to users' : 'Inactive, not shown to users')|trans }}