A corporation manager and dashboard for EVE Online
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

10 linhas
319 B

  1. <%inherit file="../_default.mako"/>
  2. <%block name="title">
  3. ${self.maketitle(operation["title"], campaign["title"], "Campaigns")}
  4. </%block>
  5. <h2> <!-- ... breadcrumb -->
  6. <span class="understate">Operation:</span>
  7. <span${"" if enabled else ' class="disabled"'}>${operation["title"] | h}</span>
  8. </h2>
  9. <p>...</p>