{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Preview Stack Details" %}{% endblock %} {% block main %} {% include 'project/stacks/_preview_details.html' %} {% endblock %}