atst/templates/footer.html
2019-12-26 10:51:29 -05:00

10 lines
301 B
HTML

{% from "components/icon.html" import Icon %}
<footer class='app-footer'>
{% if g.last_login %}
<div class="app-footer__login">
{{ "footer.login" | translate }} <local-datetime timestamp='{{ g.last_login }}' format='MMM D YYYY H:mm Z'></local-datetime>
</div>
{% endif %}
</footer>