16 lines
509 B
HTML
16 lines
509 B
HTML
<%inherit file="accomplishment-base.html" />
|
|
<%! from django.utils.translation import ugettext as _ %>
|
|
|
|
% if user.is_authenticated() and user.id == int(accomplishment_user_id):
|
|
<%include file="_accomplishment-banner.html" />
|
|
% endif
|
|
<%include file="_accomplishment-introduction.html" />
|
|
|
|
<%include file="_accomplishment-rendering.html" />
|
|
<div class="wrapper-about">
|
|
<div class="about">
|
|
<%include file="_about-edx.html" />
|
|
<%include file="_about-accomplishments.html" />
|
|
</div>
|
|
</div>
|