## -*- coding: utf-8 -*- <%inherit file="story.tmpl"/> <%namespace name="project" file="project_helper.tmpl"/> <%block name="content"> % if post.meta('logo'):
% endif

Details

% if post.meta('language'): % endif % if post.meta('license'): % endif % if post.meta('role'): % endif
Description ${post.meta('description')}
Status ${project.devstatus(post.meta('devstatus'))}
Language ${post.meta('language')}
License ${post.meta('license')}
Role ${post.meta('role')}
% if post.meta('link') or post.meta('download') or post.meta('github') or post.meta('bitbucket') or post.meta('bugtracker'): % endif
${post.text(lang)} % if post.meta('logo'):

← Projects

${title}

% endif