{% extends "ui/page.html" %} {% load i18n static ui %} {% block title %}{% if association.title %}{{ association.title }}{% else %}{{ association.target.url }}{% endif %}{% endblock %} {% block button_bar_class %}d-none{% endblock %} {% block page_head %} {{ block.super}} {% if association.description %} {% endif %} {% endblock %} {% block page_body %}
{% if association.title %} {{ association.title }} {% else %} {{ association.target.url }} {% endif %}
{% blocktranslate with created_at=association.created_at %}Saved on {{ created_at }}{% endblocktranslate %}
{% translate 'View original' %}