Navegació de:Registry Assistance Office
Representations
Through the AOC¿s Representa tool, you can formalize representations of third parties to carry out procedures with the UAB, such as collecting documents or submitting letters, applications and documentation addressed to the university, depending on the level of authorization assigned to the representation.
Procedure
- Access the Representa website
- Use any of the identification methods to log in
- Fill in the required information for the representative and the represented person
- Submit
Informació complementària
An error occurred while processing the template.
Failed to "?eval" string with this error:
---begin-message---
Syntax error in ?eval-ed string in line 1, column 2:
Encountered ")", but was expecting one of:
<STRING_LITERAL>
<RAW_STRING>
"false"
"true"
<INTEGER>
<DECIMAL>
"."
"+"
"-"
"!"
"["
"("
"{"
<ID>
---end-message---
The failing expression:
==> cur_urlPage.getData()?eval [in template "10522#10560#12713" at line 9, column 88]
----
FTL stack trace ("~" means nesting-related):
- Failed at: #assign layout = LayoutLocalService.g... [in template "10522#10560#12713" at line 9, column 25]
----
1<#assign LayoutLocalService = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")>
2<#assign random = .vars['reserved-article-id'].data />
3
4<aside class="cc-enllacos" aria-labelledby="cc-enllacos-${random}-titol">
5 <h3 id="cc-enllacos-${random}-titol">${title.getData()}</h3>
6 <#if urlPage.getSiblings()?has_content>
7 <ul class="llistat-enllacos llistat-enllacos--dividit">
8 <#list urlPage.getSiblings() as cur_urlPage>
9 <#assign layout = LayoutLocalService.getLayoutByUuidAndGroupId(cur_urlPage.getData()?eval.id, groupId, false)>
10 <li>
11 <a class="llistat-enllac" href="${cur_urlPage.getFriendlyUrl()}">
12 ${layout.getName(locale)}
13 <svg focusable="false" aria-hidden="true" viewBox="0 0 24 24" class="icona ves">
14 <use href="/o/seuelectronica-theme/images/icones.svg#icona-ves"></use>
15 </svg>
16 </a>
17 </li>
18 </#list>
19 </ul>
20 </#if>
21</aside>