{% extends 'global/copyright.html' %}
{% block extra_footer_links %}
{% if not hide_mobile_link %}
| <a class="mobile-link" href="#">{{ _('View Mobile Site') }}</a>
{% endif %}
{% endblock %}