{% extends '@MauticCore/Default/content.html.twig' %} {% block mauticContent 'tweet' %} {% block content %} {{ includeScript('plugins/MauticSocialBundle/Assets/js/social.js', 'composeSocialWatcher', 'composeSocialWatcher') }} {{ form_start(form) }} {{ form_row(form.name) }} {{ form_row(form.text) }}
{{ 'mautic.social.twitter.tweet.count'|trans }}
{{ form_row(form.handle) }}
{{ form_row(form.asset) }}
{{ form_row(form.page) }}
{{ form_row(form.description) }} {{ form_row(form.category) }} {{ form_end(form) }} {% endblock %}