{% trans "If you have any questions or need help, contact" %} {{DOMAIN_HELPDESK_DICT.name}} (<ahref="{{DOMAIN_HELPDESK_DICT.uri}}">{{DOMAIN_HELPDESK_DICT.uri}}</a>) - {{DOMAIN_HELPDESK_DICT.phone}}</br>
{% endif %}
{% trans "This is a service provided by" %} <ahref="{{PROV_TEAM.url}}"target="_blank">{{PROV_TEAM.name}}</a>
{% for media in SOCIAL_MEDIA_LIST %}
<ahref="{{media.url}}"target="_blank">
<iclass="{{media.icon}}"></i>
</a>
{% endfor %}
Powered by <ahref="http://djnro.grnet.gr/"target="_blank">DjNRO</a> v{{VERSION}}
<divclass="">
<divclass="container">
{% if user.is_authenticated %}
{% trans "If you have any questions or need help, contact" %} {{ BRANDING.helpdesk.name }} (<ahref="{{ BRANDING.helpdesk.uri}}">{{BRANDING.helpdesk.uri}}</a>) - {{BRANDING.helpdesk.phone}}</br>
{% endif %}
{% trans "This is a service provided by" %} <ahref="{{ BRANDING.service_provided_by.url}}"target="_blank">{{BRANDING.service_provided_by.name}}</a>
{% for media in BRANDING.social_media %}
<ahref="{{media.url}}"target="_blank">
<iclass="{{media.icon}}"></i>
</a>
{% endfor %}
Powered by <ahref="http://djnro.grnet.gr/"target="_blank">DjNRO</a> v{{VERSION}}
@@ -102,6 +103,12 @@ Set the Realm country for REALM model::
('country_2letters', 'Country' ),
)
### Adding iframe in footer
In case you need to add an iframe with banners at the bottom of the every page, you can paste your iframe code at bottom_iframe template under 'djnro/templates/partial/bottom_iframe.html'
Attribute map to match your AAI policy and SSO software (typically Shibboleth SP)::