{% extends "base-error.html" %}
{% load i18n %}
{% comment %}Translators: This message is displayed when the website is unable to get the credentials for the user{% endcomment %}
{% block title %}{% trans "Permissions Retrieval Failed" %} {{ block.super }}{% endblock title %}
{% block error-title %}{% trans "Permissions Retrieval Failed" %}{% endblock %}
{% block error-copy %}
{% trans "There was a problem retrieving course permissions for your account. Please try again. If you continue to experience issues, please let us know." %}
{% endblock %}
{% block buttons %}
{% trans "Try Again" %}
{{ block.super }}
{% endblock %}