A corporation manager and dashboard for EVE Online
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

navitem.mako 142 B

12345
  1. % if request.url_rule.endpoint == "intel.intel":
  2. <strong>Intel</strong>
  3. % else:
  4. <a href="${url_for('intel.intel')}">Intel</a>
  5. % endif