{% include "aa_discord_announcements/partials/form/form.html" %}
{% translate "Formatted announcement text" %}
{% include "aa_discord_announcements/partials/announcement/announcement.html" %}
{% translate "Mandatory information is missing. To create an announcement, you need to fill out the following fields: ยป Announcement text" as l10nMissingFields %}
{% translate "Error! Your announcement was not copied to your clipboard. Maybe your browser doesn't support this feature." as l10nCopyToClipboardError %}
{% translate "Success! Your announcement text has been copied to your clipboard." as l10nCopyToClipboardSuccess %}
{% endblock %}
{% block extra_javascript %}
{% include "bundles/clipboard-js.html" %}
{% include "aa_discord_announcements/bundles/discord-announcements-js.html" %}
{% endblock %}