{% extends 'wiki/base.html' %} {% load static i18n %} {% block title %}{{ title }} - {% trans "Atualizações" %} - {% trans "Wiki" %}{% endblock %} {% block wiki_content %}
{% if update.translations.first.title %}

{{ update.translations.first.title }}

{% endif %} {% if update.translations.first.content %}

{% trans "Detalhes da Atualização" %}

{{ update.translations.first.content|safe }}
{% endif %} {% if update.translations.first.changelog %}

{% trans "Changelog" %}

{{ update.translations.first.changelog|safe }}
{% endif %}
{% trans "Lançado em" %} {{ update.release_date|date:"d/m/Y" }}
{% endblock %}