{% load i18n %}
| {% trans "Community:" %} | {{ event.host.community|urlize }} |
| {% trans "Ingame channel:" %} | {{ event.host.ingame_channel|urlize }} |
| {% trans "Ingame mailing list:" %} | {{ event.host.ingame_mailing_list|urlize }} |
| {% trans "Fleet comms:" %} | {{ event.host.fleet_comms|urlize }} |
| {% trans "Fleet doctrines:" %} | {{ event.host.fleet_doctrines|urlize }} |
| {% trans "Website:" %} | {{ event.host.website|urlize }} |
| {% trans "Discord:" %} | {{ event.host.discord|urlize }} |
| {% trans "Twitch:" %} | {{ event.host.twitch|urlize }} |
| {% trans "Twitter:" %} | {{ event.host.twitter|urlize }} |
| {% trans "Youtube:" %} | {{ event.host.youtube|urlize }} |
| {% trans "Facebook:" %} | {{ event.host.facebook|urlize }} |