X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/3bbec5643861e1efd4364bdbf593d705facc6682..133902ac65400d9a129d0cba3db3392b925d54e6:/src/archive/templates/archive/status.html diff --git a/src/archive/templates/archive/status.html b/src/archive/templates/archive/status.html new file mode 100644 index 0000000..2e8aa3b --- /dev/null +++ b/src/archive/templates/archive/status.html @@ -0,0 +1,21 @@ +{% load i18n %} + +{% if published %} + {% if link %} + + {% endif %} + + {% trans "OK" %} + + {% if link %} + + {% endif %} +{% elif status %} + + {{ status }} + +{% else %} + + –– + +{% endif %}